-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.vale.ini
48 lines (39 loc) · 1.15 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
# Specifies where Vale should look for its external resources (e.g., styles)
StylesPath = .github/styles
# Specifies the minimum alert severity that Vale will report.
MinAlertLevel = error
# By default, `code` and `tt` are ignored.
IgnoredScopes = code, tt
# Don't test HTML elements with this class
# To set on a Markdown element, add this directly after: {.skipvale}
# See https://gohugo.io/content-management/markdown-attributes/#overview
IgnoredClasses = skipvale
# By default, `script`, `style`, `pre`, and `figure` are ignored.
SkippedScopes = script, style, pre, figure
# Folder in ./styles where we specify terms that we accept and reject.
Vocab=Docs
Packages = Google, Hugo
## Format-specific settings
[*.md]
BasedOnStyles = Vale, Google
[*.md]
# Ignore Hugo stuff
TokenIgnores = ({{[<%].*?[>%]}}), \
(\{#.*\})
BlockIgnores = (^#+.*\{#.*\}$), \
({{[<%](.|\n)*?[>%]}})
Google.Contractions = No
Google.Parens = No
Google.Acronyms = No
Google.Headings = No
Google.We = No
Google.FirstPerson = No
Google.Passive = No
Google.WordList = No
Google.Will = No
Google.Colons = No
Google.Units = No
Google.Ellipses = No
Vale.Avoid = No
Vale.Spelling = No
Vale.Terms = No