mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
parent
9e01ccbd3e
commit
641e734fe7
3 changed files with 1 additions and 12 deletions
|
@ -1,12 +1,4 @@
|
||||||
bin.name = "typos"
|
bin.name = "typos"
|
||||||
stdin = ""
|
stdin = ""
|
||||||
stdout = """
|
stdout = ""
|
||||||
error: `ons` should be `owns`
|
|
||||||
--> ./README.md:1:5
|
|
||||||
|
|
|
||||||
1 | add-ons should not be corrected to add-owns
|
|
||||||
| ^^^
|
|
||||||
|
|
|
||||||
"""
|
|
||||||
stderr = ""
|
stderr = ""
|
||||||
status = "failed"
|
|
||||||
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -33765,7 +33765,6 @@ onmipotent,omnipotent
|
||||||
onmiscient,omniscient
|
onmiscient,omniscient
|
||||||
onoly,only
|
onoly,only
|
||||||
onot,note,not
|
onot,note,not
|
||||||
ons,owns
|
|
||||||
onsalught,onslaught
|
onsalught,onslaught
|
||||||
onself,oneself
|
onself,oneself
|
||||||
onservation,conservation,observation
|
onservation,conservation,observation
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -66466,7 +66466,6 @@ pub static WORD_ON_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictg
|
||||||
dictgen::InsensitiveStr::Ascii("miscient"),
|
dictgen::InsensitiveStr::Ascii("miscient"),
|
||||||
dictgen::InsensitiveStr::Ascii("oly"),
|
dictgen::InsensitiveStr::Ascii("oly"),
|
||||||
dictgen::InsensitiveStr::Ascii("ot"),
|
dictgen::InsensitiveStr::Ascii("ot"),
|
||||||
dictgen::InsensitiveStr::Ascii("s"),
|
|
||||||
dictgen::InsensitiveStr::Ascii("salught"),
|
dictgen::InsensitiveStr::Ascii("salught"),
|
||||||
dictgen::InsensitiveStr::Ascii("self"),
|
dictgen::InsensitiveStr::Ascii("self"),
|
||||||
dictgen::InsensitiveStr::Ascii("servation"),
|
dictgen::InsensitiveStr::Ascii("servation"),
|
||||||
|
@ -66511,7 +66510,6 @@ pub static WORD_ON_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictg
|
||||||
&["omniscient"],
|
&["omniscient"],
|
||||||
&["only"],
|
&["only"],
|
||||||
&["note", "not"],
|
&["note", "not"],
|
||||||
&["owns"],
|
|
||||||
&["onslaught"],
|
&["onslaught"],
|
||||||
&["oneself"],
|
&["oneself"],
|
||||||
&["conservation", "observation"],
|
&["conservation", "observation"],
|
||||||
|
|
Loading…
Reference in a new issue