-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
suggest golangci-lint help linters #2117
Conversation
Hey, thank you for opening your first Pull Request ! |
Hello, what do you call an "unknown linter"? |
@ldez a linter name string (feed from config file or flags) that doesnt match any existing linter names. whenever |
why do you want to display the linter's list if you have an invalid linter in your configuration? |
@ldez Please view the diff. My suggested change is just one word in the error message that is printed when you have an invalid linter in your config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hey, @smantic — we just merged your PR to
By joining the team, you’ll be able to label issues, review pull requests, and merge approved pull requests. Thanks again! |
golangci-lint linters
wont run when you have an unknown linter.golangci-lint help linters
works.