mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-29 20:40:59 -05:00
12 lines
194 B
TOML
12 lines
194 B
TOML
bin.name = "typos"
|
|
stdin = ""
|
|
stdout = """
|
|
error: `BA` should be `BY`, `BE`
|
|
--> ./sample.txt:1:21
|
|
|
|
|
1 | Audio volume: 23.6 dBA
|
|
| ^^
|
|
|
|
|
"""
|
|
stderr = ""
|
|
status.code = 2
|