typos/crates/typos-cli/tests/cmd/force-exclude.toml

20 lines
320 B
TOML
Raw Normal View History

bin.name = "typos"
2023-11-06 12:20:21 -05:00
args = "file.ignore ignore/file parent/ignore/file --force-exclude"
stdin = ""
2023-11-06 12:20:21 -05:00
stdout = """
error: `hello` should be `goodbye`
--> ignore/file:1:1
|
1 | hello
| ^^^^^
|
error: `hello` should be `goodbye`
--> parent/ignore/file:1:1
|
1 | hello
| ^^^^^
|
"""
stderr = ""
2023-11-06 12:20:21 -05:00
status.code = 2