mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
fix(dict): Allow automations
This commit is contained in:
parent
0019ccbb09
commit
27a8403231
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
|
@ -35,3 +35,4 @@ dur,abbreviation for duration
|
|||
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
|
||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -6008,7 +6008,6 @@ automaticly,automatically
|
|||
automatico,automation
|
||||
automatied,automate
|
||||
automatiek,automate
|
||||
automations,automation
|
||||
automato,automation
|
||||
automatonic,automation
|
||||
automatron,automation
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -199516,7 +199516,6 @@ pub static WORD_AUTOM_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
|
|||
dictgen::InsensitiveStr::Ascii("atico"),
|
||||
dictgen::InsensitiveStr::Ascii("atied"),
|
||||
dictgen::InsensitiveStr::Ascii("atiek"),
|
||||
dictgen::InsensitiveStr::Ascii("ations"),
|
||||
dictgen::InsensitiveStr::Ascii("ato"),
|
||||
dictgen::InsensitiveStr::Ascii("atonic"),
|
||||
dictgen::InsensitiveStr::Ascii("atron"),
|
||||
|
@ -199576,7 +199575,6 @@ pub static WORD_AUTOM_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
|
|||
&["automation"],
|
||||
&["automation"],
|
||||
&["automation"],
|
||||
&["automation"],
|
||||
&["automate"],
|
||||
&["automatically"],
|
||||
&["automatic"],
|
||||
|
|
Loading…
Reference in a new issue