mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
12 lines
172 B
TOML
12 lines
172 B
TOML
bin.name = "typos"
|
|
stdin = ""
|
|
stdout = """
|
|
error: `SHTTP` should be `HTTPS`
|
|
--> ./README.md:9:1
|
|
|
|
|
9 | SHTTP is a protocol
|
|
| ^^^^^
|
|
|
|
|
"""
|
|
stderr = ""
|
|
status.code = 2
|