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

14 lines
230 B
TOML
Raw Normal View History

bin.name = "typos"
2024-10-23 06:08:49 -04:00
args = "file.ignore ignore/file parent/ignore/file binary --force-exclude"
stdin = ""
2024-10-23 06:08:49 -04:00
stdout = """
error: `hello` should be `goodbye`
--> binary:3:1
|
3 | hello
| ^^^^^
|
"""
stderr = ""
2024-10-23 06:08:49 -04:00
status.code = 2