-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vale.ini
27 lines (16 loc) · 941 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
StylesPath = ".github/styles"
Vocab = Stakater, technical
# vale_flags = 'vale --glob='!.terraform/*' . '
[*.md]
# IgnoredScopes specifies inline-level HTML tags to ignore.
# These tags may occur in an active scope (unlike SkippedScopes, skipped entirely) but their content still will not raise any alerts.
# Default: ignore `code` and `tt`.
#IgnoredScopes = code, tt, img, url, a, body.id
# SkippedScopes specifies block-level HTML tags to ignore. Ignore any content in these scopes.
# Default: ignore `script`, `style`, `pre`, and `figure`.
# For AsciiDoc: by default, listingblock, and literalblock.
#SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock
BasedOnStyles = Vale, common
# SkippedScopes = script, style, pre, figure, blockquote
# Ignore code surrounded by backticks or plus sign, parameters defaults, URLs.
TokenIgnores = (\[[^\n]+\)),(include-markdown\s.*),([^\n]+=[^\n]*)