mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-15 09:33:00 -05:00
13 lines
181 B
TOML
13 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
|