mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
parent
e1591a6852
commit
4d4e19f143
3 changed files with 1 additions and 3 deletions
1
crates/typos-dict/assets/allowed.csv
vendored
1
crates/typos-dict/assets/allowed.csv
vendored
|
@ -36,3 +36,4 @@ ang,abbreviation for angle
|
|||
lst,abbreviation for list especially when list is a built-in like Python
|
||||
ans,abbreviation for answer
|
||||
automations,while automation is uncountable there are cases where automations works like with iPhone automations
|
||||
inout,keyword in many languages but used in many more
|
||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -32055,7 +32055,6 @@ inoperant,inoperative
|
|||
inoquous,innocuous
|
||||
inormation,information
|
||||
inot,into
|
||||
inout,input
|
||||
inouts,inputs
|
||||
inovation,innovation
|
||||
inovative,innovative
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -111600,7 +111600,6 @@ pub static WORD_INO_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
dictgen::InsensitiveStr::Ascii("quous"),
|
||||
dictgen::InsensitiveStr::Ascii("rmation"),
|
||||
dictgen::InsensitiveStr::Ascii("t"),
|
||||
dictgen::InsensitiveStr::Ascii("ut"),
|
||||
dictgen::InsensitiveStr::Ascii("uts"),
|
||||
dictgen::InsensitiveStr::Ascii("vation"),
|
||||
dictgen::InsensitiveStr::Ascii("vative"),
|
||||
|
@ -111616,7 +111615,6 @@ pub static WORD_INO_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
&["innocuous"],
|
||||
&["information"],
|
||||
&["into"],
|
||||
&["input"],
|
||||
&["inputs"],
|
||||
&["innovation"],
|
||||
&["innovative"],
|
||||
|
|
Loading…
Reference in a new issue