mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-23 08:02:15 -05:00
fix(dict): Don't correct pervious & perviously
This commit is contained in:
parent
989136e755
commit
983b6a5827
3 changed files with 2 additions and 6 deletions
2
crates/typos-dict/assets/allowed.csv
vendored
2
crates/typos-dict/assets/allowed.csv
vendored
|
@ -8,3 +8,5 @@ ons,so `add-ons` works
|
||||||
accreting,verb of accrete
|
accreting,verb of accrete
|
||||||
zar,currency code for the South African rand
|
zar,currency code for the South African rand
|
||||||
simulative,adjective
|
simulative,adjective
|
||||||
|
pervious,adjective
|
||||||
|
perviously,adverb
|
||||||
|
|
|
2
crates/typos-dict/assets/words.csv
vendored
2
crates/typos-dict/assets/words.csv
vendored
|
@ -42509,8 +42509,6 @@ perverst,pervert
|
||||||
pervertes,perverse
|
pervertes,perverse
|
||||||
perview,preview,purview
|
perview,preview,purview
|
||||||
perviews,previews,purviews
|
perviews,previews,purviews
|
||||||
pervious,previous
|
|
||||||
perviously,previously
|
|
||||||
perxoide,peroxide
|
perxoide,peroxide
|
||||||
pesitcides,pesticides
|
pesitcides,pesticides
|
||||||
pessiary,pessary
|
pessiary,pessary
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -69197,8 +69197,6 @@ pub static WORD_PERV_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
||||||
dictgen::InsensitiveStr::Ascii("ertes"),
|
dictgen::InsensitiveStr::Ascii("ertes"),
|
||||||
dictgen::InsensitiveStr::Ascii("iew"),
|
dictgen::InsensitiveStr::Ascii("iew"),
|
||||||
dictgen::InsensitiveStr::Ascii("iews"),
|
dictgen::InsensitiveStr::Ascii("iews"),
|
||||||
dictgen::InsensitiveStr::Ascii("ious"),
|
|
||||||
dictgen::InsensitiveStr::Ascii("iously"),
|
|
||||||
],
|
],
|
||||||
values: &[
|
values: &[
|
||||||
&["prevail"],
|
&["prevail"],
|
||||||
|
@ -69211,8 +69209,6 @@ pub static WORD_PERV_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
||||||
&["perverse"],
|
&["perverse"],
|
||||||
&["preview", "purview"],
|
&["preview", "purview"],
|
||||||
&["previews", "purviews"],
|
&["previews", "purviews"],
|
||||||
&["previous"],
|
|
||||||
&["previously"],
|
|
||||||
],
|
],
|
||||||
range: 3..=6,
|
range: 3..=6,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue