make vale chill out a bit.
This commit is contained in:
@ -1,8 +1,25 @@
|
||||
# This goes in a file named either `.vale.ini` or `_vale.ini`.
|
||||
StylesPath = .config/vale/styles
|
||||
MinAlertLevel = warning # suggestion, warning or error
|
||||
MinAlertLevel = suggestion # suggestion, warning or error
|
||||
|
||||
# Only Markdown and .txt files; change to whatever you're using.
|
||||
[*]
|
||||
# List of styles to load.
|
||||
BasedOnStyles = Microsoft, write-good # Microsoft, proselint, write-good
|
||||
BasedOnStyles = write-good, proselint
|
||||
|
||||
# From tecosaur
|
||||
Vale.Annotations = suggestion
|
||||
Vale.ComplexWords = NO
|
||||
Vale.Editorializing = warning
|
||||
Vale.GenderBias = suggestion
|
||||
Vale.Hedging = NO
|
||||
Vale.Litotes = suggestion
|
||||
Vale.PassiveVoice = NO
|
||||
Vale.Redundancy = error
|
||||
Vale.Repetition = error
|
||||
Vale.Uncomparables = error
|
||||
Vale.Wordiness = warning
|
||||
|
||||
proselint.Annotations = NO
|
||||
write-good.E-Prime = NO
|
||||
write-good.Passive = NO
|
||||
|
Reference in New Issue
Block a user