mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
12 lines
197 B
TOML
12 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"
|