Skip to content

Commit

Permalink
fix(dict): Don't correct unuseful
Browse files Browse the repository at this point in the history
  • Loading branch information
not-my-profile committed Jun 26, 2023
1 parent 043179a commit b4cc2ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions crates/typos-dict/assets/allowed.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ perviously,adverb
intension,noun
intensional,adjective
intensionally,adverb
unuseful,adjective
1 change: 0 additions & 1 deletion crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -60655,7 +60655,6 @@ unusal,unusual
unusally,unusually
unusaully,unusually
unuseable,unusable
unuseful,useless
unusre,unsure
unusuable,unusable
unusualy,unusually
Expand Down
2 changes: 0 additions & 2 deletions crates/typos-dict/src/dict_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8766,7 +8766,6 @@ pub static WORD_UNU_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
dictgen::InsensitiveStr::Ascii("sally"),
dictgen::InsensitiveStr::Ascii("saully"),
dictgen::InsensitiveStr::Ascii("seable"),
dictgen::InsensitiveStr::Ascii("seful"),
dictgen::InsensitiveStr::Ascii("sre"),
dictgen::InsensitiveStr::Ascii("suable"),
dictgen::InsensitiveStr::Ascii("sualy"),
Expand All @@ -8781,7 +8780,6 @@ pub static WORD_UNU_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["unusually"],
&["unusually"],
&["unusable"],
&["useless"],
&["unsure"],
&["unusable"],
&["unusually"],
Expand Down

0 comments on commit b4cc2ed

Please sign in to comment.