|
| 1 | +StylesPath = .vale/styles |
| 2 | + |
| 3 | +MinAlertLevel = suggestion |
| 4 | + |
| 5 | +IgnoredScopes = code, tt, img, url, a, body.id |
| 6 | + |
| 7 | +SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock |
| 8 | + |
| 9 | +Packages = RedHat, proselint, write-good |
| 10 | + |
| 11 | +# Match AsciiDoc files. See: https://vale.sh/docs/topics/scoping/ |
| 12 | +# Ignore files in a directory starting by `.` |
| 13 | +# to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files |
| 14 | +[[!.]*.adoc] |
| 15 | + |
| 16 | +BasedOnStyles = RedHat, proselint, write-good |
| 17 | + |
| 18 | +[*.md] |
| 19 | + |
| 20 | +BasedOnStyles = RedHat, proselint, write-good |
| 21 | + |
| 22 | +# Ignore code surrounded by backticks or plus sign, parameters defaults, URLs. |
| 23 | +TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[) |
| 24 | + |
| 25 | +# Match INI files. See: https://vale.sh/docs/topics/scoping/ |
| 26 | +[*.ini] |
| 27 | + |
| 28 | +BasedOnStyles = RedHat |
| 29 | + |
| 30 | +# Ignore code surrounded by backticks or plus sign, parameters defaults, URLs. |
| 31 | +TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[) |
| 32 | + |
| 33 | +# Disabling rules (NO) |
| 34 | +RedHat.CaseSensitiveTerms = NO |
| 35 | +RedHat.ConfigMap = NO |
| 36 | +RedHat.Definitions = NO |
| 37 | +RedHat.Slash = NO |
| 38 | +RedHat.Spacing = NO |
| 39 | +RedHat.Spelling = NO |
| 40 | +RedHat.TermsSuggestions = NO |
0 commit comments