typos/crates/typos-cli/tests/cmd/config-disallowed.toml

18 lines
246 B
TOML

bin.name = "typos"
status.code = 2
stdin = ""
stdout = """
error: `hello` is disallowed
--> ./file:1:1
|
1 | hello `hello`
| ^^^^^
|
error: `hello` is disallowed
--> ./file:1:8
|
1 | hello `hello`
| ^^^^^
|
"""
stderr = ""