Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dict): Allow automations #990

Merged
merged 1 commit into from Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/typos-dict/assets/allowed.csv
Expand Up @@ -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 change: 0 additions & 1 deletion crates/typos-dict/assets/words.csv
Expand Up @@ -6008,7 +6008,6 @@ automaticly,automatically
automatico,automation
automatied,automate
automatiek,automate
automations,automation
automato,automation
automatonic,automation
automatron,automation
Expand Down
2 changes: 0 additions & 2 deletions crates/typos-dict/src/word_codegen.rs
Expand Up @@ -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"),
Expand Down Expand Up @@ -199576,7 +199575,6 @@ pub static WORD_AUTOM_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
&["automation"],
&["automation"],
&["automation"],
&["automation"],
&["automate"],
&["automatically"],
&["automatic"],
Expand Down