hoovercj/vscode-haskell-linter

Suggestion-level issues are rendered with an error-level style

mbartelsm opened this issue · 1 comments

image

As seen in the image above. This behavior makes the work environment noisy and may hide actual errors when one can't or shouldn't follow the HLint suggestions for whatever reason.

A more appropriate behavior would be rendering suggestions with the info level, such as the one that's used by TODOs

See #33