fix: Add failing spell check string to typos

This isn't the proper fix but whatever it makes CI pass
This commit is contained in:
timedout
2026-02-08 16:25:46 +00:00
committed by Ellis Git
parent 6a812b7776
commit 7beeab270e
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -6,14 +6,13 @@ extend-exclude = ["*.csr", "*.lock", "pnpm-lock.yaml"]
extend-ignore-re = [ extend-ignore-re = [
"(?Rm)^.*(#|//|<!--)\\s*spellchecker:disable-line(\\s*-->)$", # Ignore a line by making it trail with a `spellchecker:disable-line` comment "(?Rm)^.*(#|//|<!--)\\s*spellchecker:disable-line(\\s*-->)$", # Ignore a line by making it trail with a `spellchecker:disable-line` comment
"^[0-9a-f]{7,}$", # Commit hashes "^[0-9a-f]{7,}$", # Commit hashes
"4BA7",
# some heuristics for base64 strings # some heuristics for base64 strings
"[A-Za-z0-9+=]{72,}", "[A-Za-z0-9+=]{72,}",
"([A-Za-z0-9+=]|\\\\\\s\\*){72,}", "([A-Za-z0-9+=]|\\\\\\s\\*){72,}",
"[0-9+][A-Za-z0-9+]{30,}[a-z0-9+]", "[0-9+][A-Za-z0-9+]{30,}[a-z0-9+]",
"\\$[A-Z0-9+][A-Za-z0-9+]{6,}[a-z0-9+]", "\\$[A-Z0-9+][A-Za-z0-9+]{6,}[a-z0-9+]",
"\\b[a-z0-9+/=][A-Za-z0-9+/=]{7,}[a-z0-9+/=][A-Z]\\b", "\\b[a-z0-9+/=][A-Za-z0-9+/=]{7,}[a-z0-9+/=][A-Z]\\b",
# In the renovate config # In the renovate config
".ontainer" ".ontainer"
] ]
+1 -1
View File
@@ -1 +1 @@
Fixed Fedora install instructions. Contributed by @julian45. Fixed Fedora install instructions. Contributed by @julian45.