mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
parent
98325b2780
commit
fae45ae57f
3 changed files with 2 additions and 9 deletions
2
crates/typos-dict/assets/allowed.csv
vendored
2
crates/typos-dict/assets/allowed.csv
vendored
|
@ -48,3 +48,5 @@ tesselating,potentially US variant of tessellating
|
|||
tesselation,potentially US variant of tessellation
|
||||
tesselator,potentially US variant of tessellator
|
||||
additionals,additional looks like its sometimes a countable noun
|
||||
requestor,domain-specific variant of requester
|
||||
alloced,past tense of common programming abbreviation alloc
|
||||
|
|
|
3
crates/typos-dict/assets/words.csv
vendored
3
crates/typos-dict/assets/words.csv
vendored
|
@ -2572,7 +2572,6 @@ alloccate,allocate
|
|||
alloccated,allocated
|
||||
alloccates,allocates
|
||||
alloccating,allocating
|
||||
alloced,allocated
|
||||
alloco,alloc
|
||||
allococate,allocate
|
||||
allocos,allocs
|
||||
|
@ -53431,8 +53430,6 @@ requestested,requested
|
|||
requestests,requests,requested
|
||||
requestet,requested
|
||||
requestied,requested
|
||||
requestor,requester
|
||||
requestors,requesters
|
||||
requestying,requesting
|
||||
requet,request
|
||||
requeted,requested
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -52644,8 +52644,6 @@ pub static WORD_REQUE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
|
|||
dictgen::InsensitiveStr::Ascii("stests"),
|
||||
dictgen::InsensitiveStr::Ascii("stet"),
|
||||
dictgen::InsensitiveStr::Ascii("stied"),
|
||||
dictgen::InsensitiveStr::Ascii("stor"),
|
||||
dictgen::InsensitiveStr::Ascii("stors"),
|
||||
dictgen::InsensitiveStr::Ascii("stying"),
|
||||
dictgen::InsensitiveStr::Ascii("t"),
|
||||
dictgen::InsensitiveStr::Ascii("ted"),
|
||||
|
@ -52676,8 +52674,6 @@ pub static WORD_REQUE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
|
|||
&["requests", "requested"],
|
||||
&["requested"],
|
||||
&["requested"],
|
||||
&["requester"],
|
||||
&["requesters"],
|
||||
&["requesting"],
|
||||
&["request"],
|
||||
&["requested"],
|
||||
|
@ -225037,7 +225033,6 @@ pub static WORD_ALLOC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
|
|||
dictgen::InsensitiveStr::Ascii("cated"),
|
||||
dictgen::InsensitiveStr::Ascii("cates"),
|
||||
dictgen::InsensitiveStr::Ascii("cating"),
|
||||
dictgen::InsensitiveStr::Ascii("ed"),
|
||||
dictgen::InsensitiveStr::Ascii("o"),
|
||||
dictgen::InsensitiveStr::Ascii("ocate"),
|
||||
dictgen::InsensitiveStr::Ascii("os"),
|
||||
|
@ -225085,7 +225080,6 @@ pub static WORD_ALLOC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
|
|||
&["allocated"],
|
||||
&["allocates"],
|
||||
&["allocating"],
|
||||
&["allocated"],
|
||||
&["alloc"],
|
||||
&["allocate"],
|
||||
&["allocs"],
|
||||
|
|
Loading…
Reference in a new issue