-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate lint tools to golangci-lint #2503
Labels
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Comments
ghost
added
the
needs-triage
label
Sep 22, 2020
pavolloffay
added
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
and removed
needs-triage
labels
Sep 22, 2020
Looks good. |
Hello, I'd like to contribute on this |
go for it @eundoosong |
We also have a similar issue #538 to use gometalinter. |
Merged
Closed
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Migrate
go vet
,staticcheck
,gosec
to https://golangci-lint.run/. It is a single tool that can run all static code analysis tools https://medium.com/wesionary-team/introduction-to-linters-in-go-and-know-about-golangci-lint-6486fb2864b3.It's also used by the OTEL collector.
The text was updated successfully, but these errors were encountered: