.stowdots/vale/.vale.ini

26 lines
699 B
INI
Raw Permalink Normal View History

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