-
Notifications
You must be signed in to change notification settings - Fork 1
/
vale.ini
32 lines (31 loc) · 1.59 KB
/
vale.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
StylesPath = .vscode/styles
MinAlertLevel = suggestion
#Vocab = Base
Packages = Microsoft, proselint, write-good, alex, Readability, Hugo
[*.md]
BasedOnStyles = Vale, Microsoft, proselint, Readability
alex.Ablist = NO # Use Flagrant.Ableist instead
alex.Gendered = NO # Use Flagrant.Gendered instead
alex.ProfanityLikely = NO # Noisy and we use actual profanity
alex.ProfanityMaybe = NO # Noisy
alex.ProfanityUnlikely = NO # Very noisy
Microsoft.Accessibility = NO # Use Flagrant.Ableist rule instead
Microsoft.Adverbs = NO # Ignore, noisy and okay for creative writing.
Microsoft.Avoid = NO # Ignore, non-applicable
Microsoft.ComplexWords = NO # Use Flagrant.ComplexWords instead
Microsoft.Ellipses = NO # Use Jared.CleverestPunctuation instead
Microsoft.FirstPerson = NO # We use first person on purpose
Microsoft.Foreign = NO # e.g. and i.e. are okay
Microsoft.Headings = NO # Use Flagrant.Headings instead
Microsoft.HeadingPunctuation = NO
Microsoft.Hyphens = NO # Use Flagrant.Hyphens instead
Microsoft.Negative = NO # Use Flagrant.Negative instead
Microsoft.Passive = NO # Use Flagrant.Passive instead
Microsoft.RangeFormat = NO # Use Flagrant.RangeFormat instead
Microsoft.Ranges = NO # Prefer 1-5 over 1 through 5 etc
Microsoft.Semicolon = NO # Use Jared.CleverestPunctuation instead
Microsoft.Terms = NO # Does not apply.
Microsoft.Units = NO # Use Flagrant.Units instead
Microsoft.Vocab = NO # Ignore, non-applicable
Microsoft.We = NO # We use first person plural on purpose
Vale.Spelling = NO