forked from Kong/docs.konghq.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vale.ini
37 lines (31 loc) · 769 Bytes
/
.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
StylesPath = .github/styles
# The minimum alert level to display (suggestion, warning, or error).
#
# CI builds will only fail on error-level alerts.
MinAlertLevel = suggestion
[formats]
mdx = md
# Specifies what Vale considers to be a boundary between words.
WordTemplate = \s(?:%s)\s
[*.md]
BasedOnStyles = kong
IgnoredClasses = navtab-titles
BlockIgnores = (\((http.*://|\.\/|\/).*?\)), \
{\:.*?}
TokenIgnores = {%.*?%}, \
{{.*?}}, \
(?:)(/[(A-Za-z0-9)(\055/)(_)]*/), \
({\#.*})
[app/_hub/*.md]
BasedOnStyles = kongplugins
IgnoredClasses = navtab-titles
BlockIgnores = (\((http.*://|\.\/|\/).*?\)), \
{\:.*?}
TokenIgnores = {%.*?%}, \
{{.*?}}, \
(?:)(/[(A-Za-z0-9)(\055/)(_)]*/), \
({\#.*})
[README.md]
BasedOnStyles = kong
kong.Relativeurls = NO
kong.We = NO