-
-
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
nolint by linter rule #2706
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
I'm also interested in this one, especially for |
For the |
As for I can volunteer the PR, but before starting with it we need to have a clear vision on how we want to achieve it. |
Related to #1658 |
Duplicate of #1165 |
Your feature request related to a problem? Please describe.
is some case i don't want to disable all linter checks for expression by
nolint:gocritic
but only one rulehugeParam
for exampleDescribe the solution you'd like.
add feature to write nolint directive for specific rule i propose the following syntax:
nolint:linter_name:check_name
as examplenolint:gocritic:hugeParam
Describe alternatives you've considered.
~
Additional context.
No response
The text was updated successfully, but these errors were encountered: