-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.vale.ini
More file actions
34 lines (25 loc) · 1008 Bytes
/
.vale.ini
File metadata and controls
34 lines (25 loc) · 1008 Bytes
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
StylesPath = .github/styles
minAlertLevel = suggestion
IgnoredScopes = code, tt, img, url, a, body.id
SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock
Packages = RedHat, AsciiDoc, https://github.com/riscv-admin/riscv-vale/releases/latest/download/riscv.zip, https://github.com/riscv-admin/riscv-vale/releases/latest/download/config.zip
Vocab = riscv-vocab
[*.adoc]
BasedOnStyles = Vale, RedHat, riscv, AsciiDoc
#[*.md]
#BasedOnStyles = Vale, RISCV-Vale, AsciiDoc
# Ignore code surrounded by backticks or plus sign, parameters defaults, URLs.
TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[)
# Match INI files. See: https://docs.errata.ai/vale/scoping
#[*.ini]
#BasedOnStyles = Vale, RISCV-Vale
# Disabling rules (NO)
#RedHat.CaseSensitiveTerms = NO
#RedHat.ConfigMap = NO
#RedHat.Definitions = NO
#RedHat.Slash = NO
#RedHat.Spacing = NO
#RedHat.Spelling = NO
#RedHat.TermsSuggestions = NO
#with:
# files: src/*.adoc