Skip to content

Commit cb69499

Browse files
authored
Update .vale.ini
Signed-off-by: Bill Traynor <[email protected]>
1 parent 45fbe03 commit cb69499

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.vale.ini

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
StylesPath = .github/styles
2-
#MinAlertLevel = suggestion
2+
minAlertLevel = suggestion
33

4-
#IgnoredScopes = code, tt, img, url, a, body.id
4+
IgnoredScopes = code, tt, img, url, a, body.id
55

6-
#SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock
6+
SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock
77

8-
#Packages = RedHat
9-
Packages = https://github.com/riscv-admin/riscv-vale/releases/latest/download/riscv.zip
10-
Packages = https://github.com/riscv-admin/riscv-vale/releases/latest/download/config.zip
11-
#Vocab = riscv-vocab
8+
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
9+
Vocab = riscv-vocab
1210

13-
#[*.adoc]
14-
#BasedOnStyles = Vale, RISCV-Vale, AsciiDoc
11+
[*.adoc]
12+
BasedOnStyles = Vale, RedHat, riscv, AsciiDoc
1513

1614
#[*.md]
1715
#BasedOnStyles = Vale, RISCV-Vale, AsciiDoc
1816

1917
# Ignore code surrounded by backticks or plus sign, parameters defaults, URLs.
20-
#TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[)
18+
TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[)
2119

2220
# Match INI files. See: https://docs.errata.ai/vale/scoping
2321
#[*.ini]

0 commit comments

Comments
 (0)