You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe my request should be opened on https://github.com/errata-ai/vale directly, but I'm using your tool with VS Code for a few weeks now, and I noticed something.
You are allowing to define vale.valeCLI.minAlertLevel in VS Code settings, which somehow overloads the vale MinAlertLevel in .vale.ini
I would like to see something in your VS Code extension. Something that would allow me to overload the maximum level of errors reported, and if possible a kind of mapping, like
vale error => VS code warning
vale warning => VS code warning
vale suggestion => VS code info
I'm using your extension aside other linters that are legitimate for my code, and when I activate vale, a lot of file becomes in errors, for styling/typos.
The only solution I found now was to define tons of rules to overload the level of severity for a bunch of Vale's rule.
Maybe my request should be opened on https://github.com/errata-ai/vale directly, but I'm using your tool with VS Code for a few weeks now, and I noticed something.
You are allowing to define
vale.valeCLI.minAlertLevel
in VS Code settings, which somehow overloads the valeMinAlertLevel
in.vale.ini
I would like to see something in your VS Code extension. Something that would allow me to overload the maximum level of errors reported, and if possible a kind of mapping, like
vale error => VS code warning
vale warning => VS code warning
vale suggestion => VS code info
I'm using your extension aside other linters that are legitimate for my code, and when I activate vale, a lot of file becomes in errors, for styling/typos.
The only solution I found now was to define tons of rules to overload the level of severity for a bunch of Vale's rule.
The text was updated successfully, but these errors were encountered: