mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 17:41:01 -05:00
5f1d3c23bc
This doesn't use `extend-exclude` which means that `typos typos.toml` will stil be skipped This doesn't just skip the currently loaded config but any file name that looks like a config, which might be a big aggressive but allows us to do layered config in the future.... We've been saying that for a while. Fixes #711
5 lines
71 B
TOML
5 lines
71 B
TOML
[type.rust]
|
|
check-filename = false
|
|
|
|
[default.extend-words]
|
|
foo = "bar"
|