diff --git a/.vale.ini b/.vale.ini deleted file mode 100644 index c933957..0000000 --- a/.vale.ini +++ /dev/null @@ -1,38 +0,0 @@ -StylesPath = .vale/styles - -MinAlertLevel = suggestion - -IgnoredScopes = code, tt, img, url, a, body.id - -SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock - -#Packages = RISCV -Packages = RedHat, AsciiDoc - -[*.adoc] - -BasedOnStyles = RISCV - -[*.md] - -BasedOnStyles = RISCV - -# 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 = RISCV - -# 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 diff --git a/.vale/styles/RISCV/CapitalizeCSR.yml b/.vale/styles/RISCV/CapitalizeCSR.yml deleted file mode 100644 index 6e570b1..0000000 --- a/.vale/styles/RISCV/CapitalizeCSR.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -extends: existence -scope: raw -level: error -message: "The acronym CSR must always be capitalized." -raw: - - '\b(?!(CSR)\b)[cC][sS][rR]\b' \ No newline at end of file diff --git a/.vale/styles/RISCV/SpellingRV.yml b/.vale/styles/RISCV/SpellingRV.yml deleted file mode 100644 index f5852d4..0000000 --- a/.vale/styles/RISCV/SpellingRV.yml +++ /dev/null @@ -1,29 +0,0 @@ -#file: noinspection IncorrectFormatting ---- -extends: spelling -level: warning -link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/spelling/ -message: "Verify the word '%s'. It is not in the American English spelling dictionary used by Vale." -# A "filter" is a case-sensitive regular expression specifying words to ignore during spell checking. -# Spelling rule applies to individual words -# There is no need to add plural forms (s?) to the regex -filters: - - "[mM]icroarchitecture" - - "[mM]icroarchitectural" - - "IEEE" - - "RISC" - - "RISC-V" - - "IEC" - - "[vV]irtualize" - - "virtualization" - - "SOAR" - - "SPUR" - - "[mM]icrocontroller" - - "FPGA" - - "[pP]seudocode" - - "[hH]alfword" - - "[dD]oubleword" - - "[bB]itwise" - - "[bB]oolean" - - "[sS]box" - - "[eE]ndian"