abingham / flycheck-vale

Flycheck integration for the vale natural language linter
MIT License
64 stars 16 forks source link

Display the rule after an error in flycheck #13

Closed mrcnski closed 5 years ago

mrcnski commented 5 years ago

When I see a vale error the name of the rule that was violated is not shown. This would be useful for when I want to disable the rule. I have to run vale from the command line to get the name of the rule. Other flycheck packages, such as shellcheck, show the rule in parentheses.

Example:

 scratch…   170 176 warning         'all of' is too wordy (vale)
mrcnski commented 5 years ago

Example from command line:

 170:176  warning  'all of' is too wordy           write-good.TooWordy  
juergenhoetzel commented 5 years ago

15 fixes the issue