mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-29 04:21:06 -05:00
test: Try to fix CI
This commit is contained in:
parent
e15de8b72e
commit
08f154e45b
1 changed files with 1 additions and 38 deletions
|
@ -2,42 +2,5 @@ bin.name = "typos"
|
||||||
args = "../../README.md"
|
args = "../../README.md"
|
||||||
status.code = 2
|
status.code = 2
|
||||||
stdin = ""
|
stdin = ""
|
||||||
stdout = """
|
# stdout doesn't have stable order
|
||||||
error: `Supress` should be `Suppress`
|
|
||||||
--> ../../README.md:78:19
|
|
||||||
|
|
|
||||||
78 | \"AttributeID.*Supress.*\",
|
|
||||||
| ^^^^^^^
|
|
||||||
|
|
|
||||||
error: `Supress` should be `Suppress`
|
|
||||||
--> ../../README.md:83:12
|
|
||||||
|
|
|
||||||
83 | AttributeIDSupressMenu = \"AttributeIDSupressMenu\"
|
|
||||||
| ^^^^^^^
|
|
||||||
|
|
|
||||||
error: `Supress` should be `Suppress`
|
|
||||||
--> ../../README.md:83:38
|
|
||||||
|
|
|
||||||
83 | AttributeIDSupressMenu = \"AttributeIDSupressMenu\"
|
|
||||||
| ^^^^^^^
|
|
||||||
|
|
|
||||||
error: `Teh` should be `The`
|
|
||||||
--> ../../README.md:86:30
|
|
||||||
|
|
|
||||||
86 | # Don't correct the surname \"Teh\"
|
|
||||||
| ^^^
|
|
||||||
|
|
|
||||||
error: `teh` should be `the`
|
|
||||||
--> ../../README.md:87:1
|
|
||||||
|
|
|
||||||
87 | teh = \"teh\"
|
|
||||||
| ^^^
|
|
||||||
|
|
|
||||||
error: `teh` should be `the`
|
|
||||||
--> ../../README.md:87:8
|
|
||||||
|
|
|
||||||
87 | teh = \"teh\"
|
|
||||||
| ^^^
|
|
||||||
|
|
|
||||||
"""
|
|
||||||
stderr = ""
|
stderr = ""
|
||||||
|
|
Loading…
Reference in a new issue