diff --git a/.typos.toml b/.typos.toml index e0232a8f..99545a84 100644 --- a/.typos.toml +++ b/.typos.toml @@ -6,14 +6,13 @@ extend-exclude = ["*.csr", "*.lock", "pnpm-lock.yaml"] extend-ignore-re = [ "(?Rm)^.*(#|//|)$", # Ignore a line by making it trail with a `spellchecker:disable-line` comment "^[0-9a-f]{7,}$", # Commit hashes - + "4BA7", # some heuristics for base64 strings "[A-Za-z0-9+=]{72,}", "([A-Za-z0-9+=]|\\\\\\s\\*){72,}", "[0-9+][A-Za-z0-9+]{30,}[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", - # In the renovate config ".ontainer" ] diff --git a/changelog.d/1342.doc b/changelog.d/1342.doc index 2be33d8b..3789ac92 100644 --- a/changelog.d/1342.doc +++ b/changelog.d/1342.doc @@ -1 +1 @@ -Fixed Fedora install instructions. Contributed by @julian45. \ No newline at end of file +Fixed Fedora install instructions. Contributed by @julian45.