-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.vale.ini
49 lines (35 loc) · 1.02 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
StylesPath = docs/_vale
MinAlertLevel = suggestion
Vocab = EPNix
# External packages
Packages = alex, Google, Microsoft, proselint, RedHat, write-good
[*.{md,rst}]
# List of styles to load.
BasedOnStyles = alex, Google, Microsoft, proselint, RedHat, Vale, write-good
# Inline code language
# TokenIgnores = (\{\.[^\n\}]+\})
# Prefer contractions (Microsoft.Contractions)
Microsoft.Contractions = NO
RedHat.Contractions = NO
# Already done by Microsoft.We
Google.We = NO
# Already done by Vale.Spelling
RedHat.Spelling = NO
# Already done by RedHat.PassiveVoice
Google.Passive = NO
Microsoft.Passive = NO
write-good.Passive = NO
# Already done by RedHat.Definitions
Microsoft.Acronyms = NO
Google.Acronyms = NO
# Already done by RedHat.Headings
Google.Headings = NO
Microsoft.Headings = NO
# Already done by Microsoft.SentenceLength, which is shorter
RedHat.SentenceLength = NO
# Already done by RedHat.Ellipses
Google.Ellipses = NO
Microsoft.Ellipses = NO
# Already done by Microsoft.Quotes
Google.Quotes = NO
write-good.E-Prime = NO