Skip to content

--fast cannot be used in combination with --enable #13

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

Closed
alecthomas opened this issue May 26, 2018 · 2 comments
Closed

--fast cannot be used in combination with --enable #13

alecthomas opened this issue May 26, 2018 · 2 comments
Labels
area: CLI Related to CLI area: config Related to .golangci.yml and/or cli options

Comments

@alecthomas
Copy link
Contributor

eg. This does not enable errcheck, in a similar way to how --disable-all works.

golangci-lint run --fast --enable errcheck
@golangci
Copy link
Collaborator

thank you, fixed it

golangci pushed a commit that referenced this issue May 26, 2018
#13: fix --fast option: allow enable disabled by --fast linters
@alecthomas
Copy link
Contributor Author

Works perfectly, thanks!

@ldez ldez added area: config Related to .golangci.yml and/or cli options area: CLI Related to CLI labels Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: CLI Related to CLI area: config Related to .golangci.yml and/or cli options
Projects
None yet
Development

No branches or pull requests

2 participants