-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Configure diagnostic severity per linter #306
Comments
Hey @ficcdaf, I like this idea. I don't imagine this would be difficult to implement. It is somewhat lower priority, so it might be a bit before I can get to it. It looks like @grantlemons has taken it up. He might be able to provide a status on it. Thanks for raising the issue! |
Status was that it was supported by harper-ls, but still needed integration with harper-wasm, and the vscode plugin. I'll need to revisit it to ensure nothing was broken by all the changes to master recently. |
No problem and no rush. Thanks for all your hard work! |
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 setspell_check
andsentence_capitalization
to theerror
severity, while some other things likespaces
andlinking_verbs
would make more sense aswarning
orinfo
. For reference, ltex-ls implements this feature.The text was updated successfully, but these errors were encountered: