-
Notifications
You must be signed in to change notification settings - Fork 8
/
.vale.ini
51 lines (46 loc) · 1.2 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
StylesPath = tools/vale/styles
Vocab = edgeless
[*.md]
BasedOnStyles = Vale, Microsoft, Google
# Configure styles.
#
# Notice: treefmt-nix will only fail on errors. Warnings thus won't be enforced (nor noticed).
Vale.Terms = NO
Microsoft.HeadingAcronyms = NO # doesn't consider well-known ones
Microsoft.GeneralURL = NO # ok for technical users
Microsoft.SentenceLength = NO # TODO(katexochen): should we enable this?
Microsoft.FirstPerson = error
Microsoft.OxfordComma = error
Microsoft.Terms = error
# Only selectively enable rules from the Google ruleset.
Google.Acronyms = NO
Google.AMPM = NO
Google.Colons = NO
Google.Contractions = NO
Google.DateFormat = NO
Google.Ellipses = NO
Google.EmDash = NO
Google.Exclamation = NO
Google.FirstPerson = NO
Google.Gender = NO
Google.GenderBias = NO
Google.HeadingPunctuation = NO
Google.Headings = NO
Google.Latin = NO
Google.LyHyphens = NO
Google.OptionalPlurals = NO
Google.Ordinal = NO
Google.OxfordComma = NO
Google.Parens = NO
Google.Passive = NO
Google.Periods = error
Google.Quotes = NO
Google.Ranges = NO
Google.Semicolons = NO
Google.Slang = error
Google.Spacing = NO
Google.Spelling = error
Google.Units = error
Google.We = NO
Google.Will = NO
Google.WordList = NO