Skip to content

Commit

Permalink
Merge pull request crate-ci#1145 from epage/dict
Browse files Browse the repository at this point in the history
test(dict): Don't use unverified varcon
  • Loading branch information
epage authored Nov 5, 2024
2 parents a61e8c1 + cc96250 commit 5998867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/typos-dict/tests/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ fn varcon_words() -> HashSet<UniCase<&'static str>> {
// dictionary
varcon::VARCON
.iter()
.filter(|c| c.verified)
.flat_map(|c| c.entries.iter())
.flat_map(|e| e.variants.iter())
.map(|v| UniCase::new(v.word))
Expand Down

0 comments on commit 5998867

Please sign in to comment.