Skip to content

Commit

Permalink
🔥 remove JobLint from vale
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Jan 14, 2024
1 parent 223419a commit 4890a64
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions dotfiles/vale/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 4890a64

Please sign in to comment.