mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-16 01:52:58 -05:00
13 lines
230 B
TOML
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
|