-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vale.ini
70 lines (64 loc) · 1.89 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
StylesPath = ".github/vale/styles"
Vocab = "OpenSearch"
MinAlertLevel = warning
SkippedScopes = code
[*.md]
BasedOnStyles = Vale, OpenSearch
IgnoredScopes = code, tt, em
BlockIgnores = {%\s*comment[.|\s|\S]*?endcomment\s*%}
# ignore variables and settings
TokenIgnores = [a-zA-Z_]+((?:_|\.)[a-zA-Z]+)+
#, \
# [\w]+:[\w]+(\/[\w]+)+
# [^`]({%[^\n]+%})
#TokenIgnores = [a-zA-Z\.]*(_[a-zA-Z\.]+)+, _[a-zA-Z]+
# override Vale spelling
Vale.Terms = NO
Vale.Repetition = NO
#OpenSearch.Acronyms = NO
#OpenSearch.AdverbsOfTime = NO
#OpenSearch.Ampersand = NO
#OpenSearch.Cyber = NO
#OpenSearch.DashSpacing = NO
#OpenSearch.DirectionAboveBelow = NO
#OpenSearch.DirectionTopBottom = NO
#OpenSearch.Exclamation = NO
#OpenSearch.FailoverNoun = NO
#OpenSearch.FailoverVerb = NO
#OpenSearch.FutureTense = NO
#OpenSearch.HeadingAcronyms = NO
#OpenSearch.HeadingCapitalization = NO
#OpenSearch.HeadingPunctuation = NO
#OpenSearch.Inclusive = NO
#OpenSearch.LatinismsElimination = NO
#OpenSearch.LatinismsSubstitution = NO
#OpenSearch.LinksEndSlash = NO
#OpenSearch.LinksMidSlash = NO
#OpenSearch.LoginNoun = NO
#OpenSearch.LoginVerb = NO
#OpenSearch.LogoutNoun = NO
#OpenSearch.LogoutVerb = NO
#OpenSearch.MergeConflicts = NO
#OpenSearch.OxfordComma = NO
#OpenSearch.PassiveVoice = NO
#OpenSearch.Range = NO
#OpenSearch.Repetition = NO
#OpenSearch.RolloverNoun = NO
#OpenSearch.RolloverVerb = NO
#OpenSearch.SetupNoun = NO
#OpenSearch.SetupVerb = NO
#OpenSearch.Simple = NO
#OpenSearch.SpacingSlash = NO
#OpenSearch.SpacingPunctuation = NO
#OpenSearch.SpacingWords = NO
#OpenSearch.Spelling = NO
#OpenSearch.StackedHeadings = NO
#OpenSearch.SubstitutionsError = NO
#OpenSearch.SubstitutionsSuggestion = NO
#OpenSearch.TableHeadings = NO
#OpenSearch.TheFollowing = NO
#OpenSearch.TimeoutNoun = NO
#OpenSearch.TimeoutVerb = NO
#OpenSearch.UnitsNames = NO
#OpenSearch.UnitsSpacing = NO
#OpenSearch.Version = YES