mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
d9b55f966c
Fixes #1099
12 lines
157 B
TOML
12 lines
157 B
TOML
bin.name = "typos"
|
|
stdin = ""
|
|
stdout = """
|
|
error: `hte` should be `the`
|
|
--> ./checked/file.txt:1:1
|
|
|
|
|
1 | hte
|
|
| ^^^
|
|
|
|
|
"""
|
|
stderr = ""
|
|
status.code = 2
|