mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-26 02:51:08 -05:00
13 lines
197 B
TOML
13 lines
197 B
TOML
|
bin.name = "typos"
|
||
|
stdin = ""
|
||
|
stdout = """
|
||
|
error: `ons` should be `owns`
|
||
|
--> ./README.md:1:5
|
||
|
|
|
||
|
1 | add-ons should not be corrected to add-owns
|
||
|
| ^^^
|
||
|
|
|
||
|
"""
|
||
|
stderr = ""
|
||
|
status = "failed"
|