We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enabling or disabling go vet plug-ins would be very cool. Seems like implementation is pretty straight-forward:
golangci-lint/pkg/golinters/govet.go
Lines 36 to 61 in c9a9255
We can filter analyzers in NewGovet function, but I'm not sure about config. I think that there should be something like we have for linters section:
NewGovet
linters
linters: enable: - megacheck - govet enable-all: false disable: - maligned - prealloc disable-all: false
But in linters-settings.govet.
linters-settings.govet
Rel: #446
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Enabling or disabling go vet plug-ins would be very cool.
Seems like implementation is pretty straight-forward:
golangci-lint/pkg/golinters/govet.go
Lines 36 to 61 in c9a9255
We can filter analyzers in
NewGovet
function, but I'm not sure about config.I think that there should be something like we have for
linters
section:But in
linters-settings.govet
.Rel: #446
The text was updated successfully, but these errors were encountered: