Open
Description
Currently, the diagnosticSeverity
configuration option applies globally to all of Harper's output. However, it would be nice to have an option to configure a different severity for each linter. For example, I would like to set spell_check
and sentence_capitalization
to the error
severity, while some other things like spaces
and linking_verbs
would make more sense as warning
or info
. For reference, ltex-ls implements this feature.