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