Skip to content
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

package severity level #819

Open
1 task done
ccoVeille opened this issue May 1, 2024 · 0 comments
Open
1 task done

package severity level #819

ccoVeille opened this issue May 1, 2024 · 0 comments

Comments

@ccoVeille
Copy link

Check for existing issues

  • Completed

Describe the feature

I'm using vale and I love it.

I'm facing a little problem. I went through the documentation, not the code (yet), and I found no way to define a package level severity.

I described it here on vs code extension

ChrisChinchilla/vale-vscode#37

I'm using multiple packages at same type,even if some overlaps with others.

Here is my .vale.ini content

proselint.Typography  = warning
proselint.Annotations = suggestion
proselint.Hyperbole   = suggestion
proselint.DateMidnight=suggestion
proselint.DateSpacing=suggestion

I'm also disabling rules with NO

In this example, I would like to be able to do something like this to assign suggestion to all proselint except Typography I would like to keep as warning

proselint = suggestion
proselint.Typography  = warning

This syntax could be also used to do this, to disable all proselint except typography

proselint = NO
proselint.Typography  = warning

Do you think there would be a need for that?

I checked for existing opened issues, only #733 is close to my needs, but it differs somehow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant