-
Notifications
You must be signed in to change notification settings - Fork 282
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
Disabling a rule for a block without reenable #885
Comments
Hi @yonderblue thanks for the proposal. |
That is understandable. How about then splitting out into individual linters so that golangci-lint's existing scope and features could be used for each? |
I'm not sure I understand the "splitting out into individual linters" idea. Anyway, if you are using |
Sorry I must have missed that support, or am trying it wrong?
but using |
Well I'm not a |
There is the //revive:disable:blah and then //revive:enable:blah but being able to put the disable on a block like a func similar to how nolint is supported would be peachy.
The text was updated successfully, but these errors were encountered: