mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
parent
44548ad17a
commit
2e5ea3a316
3 changed files with 2 additions and 4 deletions
1
crates/typos-dict/assets/allowed.csv
vendored
1
crates/typos-dict/assets/allowed.csv
vendored
|
@ -38,3 +38,4 @@ ans,abbreviation for answer
|
||||||
automations,while automation is uncountable there are cases where automations works like with iPhone automations
|
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
|
inout,keyword in many languages but used in many more
|
||||||
kms,common enough acronym for Key Management Service
|
kms,common enough acronym for Key Management Service
|
||||||
|
doas,built-in OpenBSD alternative to sudo (and has been ported to other systems)
|
||||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -20417,7 +20417,6 @@ doamin,domain,dopamine
|
||||||
doamine,dopamine,domain
|
doamine,dopamine,domain
|
||||||
doamins,domains
|
doamins,domains
|
||||||
doapmine,dopamine
|
doapmine,dopamine
|
||||||
doas,does
|
|
||||||
doble,double
|
doble,double
|
||||||
dobled,doubled
|
dobled,doubled
|
||||||
dobles,doubles
|
dobles,doubles
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -150892,7 +150892,6 @@ pub static WORD_DOA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
dictgen::InsensitiveStr::Ascii("mine"),
|
dictgen::InsensitiveStr::Ascii("mine"),
|
||||||
dictgen::InsensitiveStr::Ascii("mins"),
|
dictgen::InsensitiveStr::Ascii("mins"),
|
||||||
dictgen::InsensitiveStr::Ascii("pmine"),
|
dictgen::InsensitiveStr::Ascii("pmine"),
|
||||||
dictgen::InsensitiveStr::Ascii("s"),
|
|
||||||
],
|
],
|
||||||
values: &[
|
values: &[
|
||||||
&["diagonal"],
|
&["diagonal"],
|
||||||
|
@ -150902,9 +150901,8 @@ pub static WORD_DOA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
&["dopamine", "domain"],
|
&["dopamine", "domain"],
|
||||||
&["domains"],
|
&["domains"],
|
||||||
&["dopamine"],
|
&["dopamine"],
|
||||||
&["does"],
|
|
||||||
],
|
],
|
||||||
range: 1..=6,
|
range: 3..=6,
|
||||||
};
|
};
|
||||||
|
|
||||||
static WORD_DN_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
static WORD_DN_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||||
|
|
Loading…
Reference in a new issue