From 4890a64a217977d8be0e8a535c26812c9c5a9106 Mon Sep 17 00:00:00 2001 From: Ian Homer Date: Sun, 14 Jan 2024 12:03:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20JobLint=20from=20vale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotfiles/vale/.vale.ini | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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