mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-18 19:12:50 -05:00
14 lines
181 B
TOML
14 lines
181 B
TOML
|
bin.name = "typos"
|
||
|
args = "file.ignore"
|
||
|
stdin = ""
|
||
|
stdout = """
|
||
|
error: `hello` should be `goodbye`
|
||
|
--> file.ignore:1:1
|
||
|
|
|
||
|
1 | hello
|
||
|
| ^^^^^
|
||
|
|
|
||
|
"""
|
||
|
stderr = ""
|
||
|
status.code = 2
|