typos/crates/typos-cli/tests/cmd/force-exclude.toml
2024-10-23 05:08:49 -05:00

13 lines
230 B
TOML

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