mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 09:30:57 -05:00
19 lines
255 B
TOML
19 lines
255 B
TOML
|
bin.name = "typos"
|
||
|
stdin = "--sort"
|
||
|
stdout = """
|
||
|
error: `hello` should be `goodbye`
|
||
|
--> ./file.ignore:1:1
|
||
|
|
|
||
|
1 | hello
|
||
|
| ^^^^^
|
||
|
|
|
||
|
error: `hello` should be `goodbye`
|
||
|
--> ./file.ignore:5:1
|
||
|
|
|
||
|
5 | hello
|
||
|
| ^^^^^
|
||
|
|
|
||
|
"""
|
||
|
stderr = ""
|
||
|
status.code = 2
|