mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
19 lines
262 B
TOML
19 lines
262 B
TOML
bin.name = "typos"
|
|
args = "--sort"
|
|
status.code = 2
|
|
stdin = ""
|
|
stdout = """
|
|
error: `hello` is disallowed
|
|
--> ./file:1:1
|
|
|
|
|
1 | hello `hello`
|
|
| ^^^^^
|
|
|
|
|
error: `hello` is disallowed
|
|
--> ./file:1:8
|
|
|
|
|
1 | hello `hello`
|
|
| ^^^^^
|
|
|
|
|
"""
|
|
stderr = ""
|