forked from mongodb/docs-ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vale.ini
96 lines (89 loc) · 2.36 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
91
92
93
94
95
96
# Vale configuration
# https://errata-ai.github.io/vale/
# Core properties
StylesPath = .github/styles
# Vocabulary additions
# Vocab = Server
# Specify the minimum alert level to report
# Alerts are assigned a level of suggestion, warning, or error.
MinAlertLevel = error
#ProcessTimeout = 5
# Specify how to test a particular type of files
[*.{rst,txt,yaml}]
BasedOnStyles = MongoDB
MongoDB.Abbreviations = NO
MongoDB.AbbreviationsPeriods = NO
MongoDB.Accessibility = YES
MongoDB.Adverbs = NO
MongoDB.Antecedents = NO
MongoDB.Avoid = YES
MongoDB.AvoidAccessible = YES
MongoDB.AvoidFirstPerson = NO
MongoDB.AvoidFutureTense = NO
MongoDB.AvoidObscure = YES
MongoDB.AvoidPastTense = NO
MongoDB.AvoidSubjunctive = YES
MongoDB.AvoidSupported = NO
MongoDB.AvoidWithSubstitution = NO
MongoDB.But = NO
MongoDB.Careful = NO
MongoDB.Colons = NO
MongoDB.CommaNonRestrictiveClause = NO
MongoDB.CommaOxford = YES
MongoDB.CommaQuotation = NO
MongoDB.CommaRestrictiveClause = YES
MongoDB.ComplexWords = NO
MongoDB.ConciseTerms = YES
MongoDB.ConsistencyEarlierLater = YES
MongoDB.ConsistencyFollowingPreceding = NO
MongoDB.Contractions = NO
MongoDB.ContractionsNegative = NO
MongoDB.Dashes = NO
MongoDB.DashesSpaces = NO
MongoDB.Dates = NO
MongoDB.DatesCommaMDY = NO
MongoDB.DatesCommaMY = NO
MongoDB.DatesOrdinal = YES
MongoDB.DomainNames = NO
MongoDB.Ellipses = NO
MongoDB.Email = NO
MongoDB.GenderBias = YES
MongoDB.Girls = YES
MongoDB.GlobalAudienceIdioms = YES
MongoDB.GlobalAudienceJargon = NO
MongoDB.GlobalAudienceMetaphorical = YES
MongoDB.GlobalAudienceNonOppressiveLanguage = NO
MongoDB.Hyphen = YES
MongoDB.Interjections = YES
MongoDB.IPAddresses = NO
MongoDB.IPv4 = NO
MongoDB.IPv6 = NO
MongoDB.NegativeWords = YES
MongoDB.NoContractions = NO
MongoDB.NoHyphen = NO
MongoDB.Numbers = NO
MongoDB.NumbersCommas = NO
MongoDB.NumbersRanges = NO
MongoDB.NumbersThrough = YES
MongoDB.Ordinal = YES
MongoDB.Parentheses = NO
MongoDB.PhoneNumbers = NO
MongoDB.PluralsPossibility = YES
MongoDB.PositiveStatements = YES
MongoDB.Readability = NO
MongoDB.Semicolons = YES
MongoDB.SentenceLength = NO
MongoDB.Setup = NO
MongoDB.Simplicity = YES
MongoDB.Slashes = YES
MongoDB.Spacing = NO
MongoDB.They = YES
MongoDB.Time12AM12PM = YES
MongoDB.Time24h2Digits = YES
MongoDB.Time24hTimeZone = NO
MongoDB.TimeAMPM = YES
MongoDB.Titles = YES
MongoDB.TitlesEnd = YES
MongoDB.TitlesStart = YES
MongoDB.Units = NO
MongoDB.Wordiness = YES