Skip to content

Commit

Permalink
Rename ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
wmat committed Mar 4, 2025
1 parent 3c95115 commit b7a51bb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .vale/.vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
StylesPath = .vale/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-Vale.zip
#Packages = RedHat, AsciiDoc

[*.adoc]

BasedOnStyles = Vale, RISCV-Vale

[*.md]

BasedOnStyles = Vale, RISCV-Vale

# 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

0 comments on commit b7a51bb

Please sign in to comment.