mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
15 lines
437 B
TOML
15 lines
437 B
TOML
[default]
|
|
extend-ignore-identifiers-re = ["2nd", "ser"]
|
|
extend-ignore-re = [
|
|
# Custom ignore regex patterns: https://github.com/crate-ci/typos/blob/master/docs/reference.md#defaultextend-ignore-re
|
|
".*(?:#|--|//|/*).*(?:spellchecker|typos):\\s?ignore[^\\n]*\\n",
|
|
".*(?:spellchecker|typos):\\s?ignore-next-line[^\\n]*\\n[^\\n]*",
|
|
]
|
|
|
|
[files]
|
|
extend-exclude = ["tests/compile/*.stderr"]
|
|
|
|
[default.extend-words]
|
|
thr = "thr"
|
|
aas = "aas"
|