Closed qrohlf closed 9 years ago
Yeah sure it does make sense and it's very doable. But only if the user can enable/disable showing the rule name
the sublime linter accomplishes this by passing the --verbose
option to the standard
bin. Perhaps a config option that allows the user to supply custom arguments to the selected linter would make sense?
Yeah I know I pass it as well but I choose to left it out from the actual message
Feature added on the last release (2.4.0)
Thank you for your input @qrohlf
It would be great if linter-js-standard could show the rule name that a line is violating. This helps if you need to manually disable a specific rule for a line.
Sublime's linter-standard does this like so for a line that is breaking the 'react/prop-types' rule: