mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
55d802d0ef
Fixes #781
13 lines
279 B
TOML
13 lines
279 B
TOML
bin.name = "typos"
|
|
args = ""
|
|
status.code = 2
|
|
stdin = ""
|
|
stdout = """
|
|
error: `Trailling` should be `Trailing`
|
|
--> ./file.txt:1:26
|
|
|
|
|
1 | public function noErrorOnTraillingSemicolonAndWhitespace(Connection $connection)
|
|
| ^^^^^^^^^
|
|
|
|
|
"""
|
|
stderr = ""
|