Closed swarnendubiswas closed 3 years ago
Hi, the mapping of messages are mapped inside this package. See
Right now, there is no severity level mapping customization. Any suggestions are welcome! :)
I tried the following to hide info
messages but it does not help.
(add-hook 'markdown-mode-hook (lambda()
(setq flycheck-error-list-minimum-level 'warning)))
Interesting... I never used variable flycheck-error-list-minimum-level
before. I think you might want to ask the upstream package flycheck.
Close this issue now due to the upstream question.
Feel free to reopen this if necessary.
The
grammarly
checker shows messages from different categories: errors, warnings, and info. On checking the code on the Grammarly website, I get to see only the errors. I have a free account, so the other features are limited.How can we limit the information listed by
grammarly
checker to only say errors or errors and warnings, and leave out infos? Thanks.