-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Lint messages should contain the rule name #57205
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
Comments
I've been thinking about this. My worry is that the output will be too verbose. Maybe we should have a |
Paging @lukechurch as this is up his alley. |
I think you can close this. The summary shows the rule names, I think this is enough. Seems I was just too tired to see it yesterday.
Readability is much better for lower case. |
The |
This was my suspicion.
or whatever will be used for the configuration comments/annotation to enable/disable them. |
Cool. Thanks! When we get further on |
to make it easy to adapt the configuration (disable lints)
For example instead of just
... [lint] ...
better... [lint/camel_case_types] ...
The text was updated successfully, but these errors were encountered: