typos/crates/typos-cli/tests/cmd/extend-builtin-dict.in/_typos.toml
Ed Page 5f1d3c23bc fix(config): Force-skip config files
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
2023-06-22 12:20:07 -05:00

5 lines
71 B
TOML

[type.rust]
check-filename = false
[default.extend-words]
foo = "bar"