mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-13 00:36:04 -05:00
14 lines
279 B
TOML
14 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 = ""
|