forked from FarmData2/FarmData2
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.vale.ini
More file actions
52 lines (43 loc) · 1.17 KB
/
.vale.ini
File metadata and controls
52 lines (43 loc) · 1.17 KB
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
StylesPath = .vale/styles
MinAlertLevel = suggestion
Packages = RedHat, Google, Microsoft, alex, write-good, proselint
[*.md]
BasedOnStyles = Vale, RedHat, Google, Microsoft, alex, write-good, proselint
# Disable unnecessary, redundant, and conflicting rules
Vale.Spelling = NO
write-good.E-Prime = NO
write-good.Passive = NO
RedHat.Ellipses = NO
RedHat.GitLinks = NO
RedHat.Headings = NO
RedHat.PascalCamelCase = NO
RedHat.PassiveVoice = NO
RedHat.Spelling = NO
RedHat.SimpleWords = NO
Microsoft.Acronyms = NO
Microsoft.Adverbs = NO
Microsoft.Contractions = NO
Microsoft.Ellipses = NO
Microsoft.FirstPerson = NO
Microsoft.GeneralURL = NO
Microsoft.HeadingAcronyms = NO
Microsoft.Headings = NO
Microsoft.OxfordComma = NO
Microsoft.Passive = NO
Microsoft.SentenceLength = NO
Microsoft.We = NO
Google.Acronyms = NO
Google.Contractions = NO
Google.Ellipses = NO
Google.Exclamation = NO
Google.Headings = NO
Google.OxfordComma = NO
Google.Parens = NO
Google.Passive = NO
Google.Quotes = NO
Google.We = NO
Google.Will = NO
Google.WordList = NO
# To change the reporting level (suggestion, warning, error) of a rule,
# use the following format: {style}.{filename} = {level}
# vale.Hedging = error