Files
Jakub Panek c9e4c33948
CI / Formatting and spellchecking (push) Has been cancelled
CI / Clippy on macos-latest (push) Has been cancelled
CI / Clippy on ubuntu-latest (push) Has been cancelled
CI / Clippy on windows-latest (push) Has been cancelled
CI / Rust on macos-latest (push) Has been cancelled
CI / Rust on ubuntu-latest (push) Has been cancelled
CI / Rust on windows-latest (push) Has been cancelled
chore: were spellcecked nauw (#3887)
using crate-ci/typos
2026-04-03 19:56:12 +02:00

18 lines
573 B
TOML

# https://github.com/crate-ci/typos/blob/02ea592e44b3a53c302f697cddca7641cd051c3d/docs/reference.md
[files]
[default]
extend-ignore-re = [
# Ignore lines that end with `# spellchecker:disable-line`
"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
# Ignore the line after `# spellchecker:ignore-next-line`:
"(#|//)\\s*spellchecker:ignore-next-line\\n.*",
# Ignore blocks between `# spellchecker:off` and `# spellchecker:on`
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
]
[default.extend-identifiers]
[default.extend-words]