-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.vale.ini
90 lines (58 loc) · 1.98 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Vale configuration
# See vale_styles/README.md file for details and licensing information
# Styles directory for all packages and config (vocab) files
StylesPath = ./styles
# The ignore config references project-words.txt
Spelling.Ignore = config/ignore/Consensys-common
# Packages to sync with. Remember never adapt the external packages, all changes will be lost on update
Packages = Microsoft, proselint, write-good
Vocab = Consensys-common
# The minimum alert level to display (suggestion, warning, or error).
# Builds not set to fail too many false positives
MinAlertLevel = warning
[formats]
mdx = md
# Global settings (applied to every syntax)
[*.{md}]
# ignore includes and latex math code
TokenIgnores = ({![^!}]+!}),\
(\$[^\n$`]+\$),\
(\$\$[^$`]+\$\$),\
({%[^}]+%}),\
({{[^}]+}}),\
(\+\+[A-Za-z]+\+[A-Za-z0-9]+\+\+),\
(:[a-z\-]+:)
# List of styles to load
[*.md]
BasedOnStyles = Consensys, Vale, Microsoft, proselint, write-good
# Allows Consensys Headings to take precedence
Microsoft.Headings = NO
# Allows using first-person plural like 'We'
Microsoft.We = NO
# Allows using acronyms in headings
Microsoft.HeadingAcronyms = NO
# Microsoft.Acronyms is replaced by Consensys list
Microsoft.Acronyms = NO
# Microsoft.Avoid is not relevant
Microsoft.Avoid = NO
# Quiet quotes: too many false positives
Microsoft.Quotes = NO
# Quiet contractions: too many positives
Microsoft.Contractions = NO
# Microsoft.GeneralURL is not relevant
Microsoft.GeneralURL = NO
# Allows Microsoft.Adverbs to take precedence
Microsoft.Very = NO
# Allows proselint.Cliches to take precedence
write-good.Cliches = NO
# Quiet weasel: is replaced by Consensys list
write-good.Weasel = NO
# Quiet E-Prime: too many false positives
write-good.E-Prime = NO
# Allows Vale.Repetition to take precedence
write-good.Illusions = NO
# Quiet too wordy: too many false positives
write-good.TooWordy = NO
# Allows Microsoft passive to take precedence
write-good.Passive = NO
proselint.Hyperbole = warning