.stowdots/vale/.vale.ini
2023-08-11 15:05:08 -04:00

26 lines
699 B
INI

# This goes in a file named either `.vale.ini` or `_vale.ini`.
StylesPath = .config/vale/styles
MinAlertLevel = suggestion # suggestion, warning or error
# Only Markdown and .txt files; change to whatever you're using.
[*]
# List of styles to load.
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