|
1 | 1 | StylesPath = .github/styles |
2 | | -#MinAlertLevel = suggestion |
| 2 | +minAlertLevel = suggestion |
3 | 3 |
|
4 | | -#IgnoredScopes = code, tt, img, url, a, body.id |
| 4 | +IgnoredScopes = code, tt, img, url, a, body.id |
5 | 5 |
|
6 | | -#SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock |
| 6 | +SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock |
7 | 7 |
|
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 |
12 | 10 |
|
13 | | -#[*.adoc] |
14 | | -#BasedOnStyles = Vale, RISCV-Vale, AsciiDoc |
| 11 | +[*.adoc] |
| 12 | +BasedOnStyles = Vale, RedHat, riscv, AsciiDoc |
15 | 13 |
|
16 | 14 | #[*.md] |
17 | 15 | #BasedOnStyles = Vale, RISCV-Vale, AsciiDoc |
18 | 16 |
|
19 | 17 | # 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]+\[) |
21 | 19 |
|
22 | 20 | # Match INI files. See: https://docs.errata.ai/vale/scoping |
23 | 21 | #[*.ini] |
|
0 commit comments