mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
test(cli): Show inverted extend-exclude behavior
This commit is contained in:
parent
945d407a5f
commit
0e8148fbbd
5 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
[files]
|
||||
extend-exclude = [
|
||||
"*",
|
||||
"!checked/",
|
||||
"!checked/**",
|
||||
]
|
||||
ignore-hidden = true
|
||||
ignore-files = true
|
||||
ignore-dot = true
|
||||
ignore-vcs = true
|
||||
ignore-global = true
|
||||
ignore-parent = true
|
|
@ -0,0 +1,2 @@
|
|||
hte
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
hte
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
hte
|
||||
|
4
crates/typos-cli/tests/cmd/extend-exclude-inverted.toml
Normal file
4
crates/typos-cli/tests/cmd/extend-exclude-inverted.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin.name = "typos"
|
||||
stdin = ""
|
||||
stdout = ""
|
||||
stderr = ""
|
Loading…
Reference in a new issue