diff --git a/dotfiles/vale/.vale.ini b/dotfiles/vale/.vale.ini index 3eb4523d..0df4b943 100644 --- a/dotfiles/vale/.vale.ini +++ b/dotfiles/vale/.vale.ini @@ -4,19 +4,13 @@ StylesPath = .cache/vale MinAlertLevel = suggestion -Packages = Google, proselint, write-good, alex, Readability, Joblint +Packages = Google, proselint, write-good, alex, Readability [*] # I get quite a lot of false positives for these packages, many of these rules -# I have turned off and will turn on when I learn how to refine for different +# I have turned off and will turn on when I learn how to refine for different # contexts. -Joblint.Benefits = No -Joblint.Competitive = No -Joblint.DevEnv = No -Joblint.DumbTitles = No -Joblint.Gendered = No - # Vim spelling is better Google.Spelling = No @@ -52,6 +46,6 @@ proselint.DateCase = No proselint.DateSpacing = No [*.{md,txt}] -BasedOnStyles = Google, alex, proselint, Joblint +BasedOnStyles = Google, alex, proselint -# Vale, Google, proselint, write-good, alex, Readability, Joblint +# Vale, Google, proselint, write-good, alex, Readability