Skip to content

Commit 54fb07f

Browse files
authored
Merge pull request #944 from epage/feb
fix(dict): February updates
2 parents 859f055 + 99882ae commit 54fb07f

File tree

4 files changed

+655
-222
lines changed

4 files changed

+655
-222
lines changed

crates/typos-cli/tests/cmd/help.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ Output:
5252
-q, --quiet... Decrease logging verbosity
5353
"""
5454
stderr = ""
55+
56+
[env.add]
57+
COLUMNS = "100"

crates/typos-dict/assets/allowed.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ bellow,valid word and not just a typo of `below`
1919
revered,valid word and not just a typoe of `reversed`
2020
recuse,valid word despite maybe being a typo of recurse
2121
shttp,also a protocol
22+
foldr,short for fold-right

0 commit comments

Comments
 (0)