mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
13 lines
170 B
TOML
13 lines
170 B
TOML
|
bin.name = "typos"
|
||
|
stdin = ""
|
||
|
stdout = """
|
||
|
error: `hello` should be `goodbye`
|
||
|
--> ./file.ignore:1:1
|
||
|
|
|
||
|
1 | hello `hello`
|
||
|
| ^^^^^
|
||
|
|
|
||
|
"""
|
||
|
stderr = ""
|
||
|
status.code = 2
|