We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--fast
--enable
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
eg. This does not enable errcheck, in a similar way to how --disable-all works.
--disable-all
golangci-lint run --fast --enable errcheck
The text was updated successfully, but these errors were encountered:
#13: fix --fast option: allow enable disabled by --fast linters
cc53468
thank you, fixed it
Sorry, something went wrong.
Merge pull request #16 from golangci/feature/fix-fast-option
bbd28f4
Works perfectly, thanks!
No branches or pull requests
eg. This does not enable errcheck, in a similar way to how
--disable-all
works.The text was updated successfully, but these errors were encountered: