GoogleContainerTools / GoogleContainerTools/skaffold
investigate options for replacing golint
Open
area/ci-cd
kind/todo
priority/p2
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
https://github.com/golang/lint/issues/503
### Information
- while working on #7235 we saw linting fail to pass due to false-positive error for go:embed comment, then we have to add //nonlint for it
- As https://github.com/golang/lint/issues/503 indicates that golint is freezing and deprecating, we should look into alternative options for linting skaffold
### ASK
- https://github.com/golang/lint/issues/503 suggests that https://staticcheck.io/ may be a good candidate for this, please check if this solution if feasible
Contributor guide
Assessment
This issue has not been assessed yet.