Skip to content

Commit

Permalink
Disable some Google.Passive, .Colons, .will, .Contractions & .We pros…
Browse files Browse the repository at this point in the history
…elint rules
  • Loading branch information
dgomezg committed Jan 30, 2024
1 parent 2bc8653 commit 40c9225
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion axoniq-vale-package/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Google.Headings = NO # Diasable in favor od AxonIQ one
Google.Parens = NO # Disable warning about using parens
Google.Quotes = NO # Diasable "commas and periods go inside quotation marks"
Google.WordList = NO # Disable Google's word list
Google.Passive=warning
Google.Passive = NO # Allow the use of Passive voice
Google.Colons = NO # Allow the use of Colons
Google.will = NO # Allow use will
Google.Contractions = NO
Google.We = NO

proselint.Diacritical = NO # disable proselint's diacritical rule

Expand Down

0 comments on commit 40c9225

Please sign in to comment.