mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
12 lines
223 B
TOML
12 lines
223 B
TOML
bin.name = "typos"
|
|
stdin = ""
|
|
stdout = """
|
|
error: `countr` should be `counter`, `contour`, `country`, `county`
|
|
--> ./sample.cpp:3:10
|
|
|
|
|
3 | std::countr_one(i);
|
|
| ^^^^^^
|
|
|
|
|
"""
|
|
stderr = ""
|
|
status.code = 2
|