Skip to content

Commit bf202cc

Browse files
also cover how many (#3450)
1 parent dacc077 commit bf202cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ BasedOnStyles = from-write-good, n8n-styles, from-microsoft, Vale
66
Vale.Terms = NO
77
from-alex.Profanity = NO
88
from-microsoft.Quotes = NO
9-
TokenIgnores = (\-\-8\<\-\- \".*\"), (-only), (\*\*.*\*\*), (\*\*Release date:\*\*.*), (\[\[\%.*\%\]\]), (\[\[.*\]\]), (Rocket\.Chat), (\(https.*\)), (how\smany), (too\smany)
9+
TokenIgnores = (\-\-8\<\-\- \".*\"), (-only), (\*\*.*\*\*), (\*\*Release date:\*\*.*), (\[\[\%.*\%\]\]), (\[\[.*\]\]), (Rocket\.Chat), (\(https.*\)),

styles/from-write-good/Weasel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ tokens:
110110
- loudly
111111
- luckily
112112
- madly
113-
- (?<![Tt]oo\s)many
113+
- (?<!([Tt]oo\s)|([Hh]ow\s))many
114114
- mentally
115115
- mildly
116116
- monthly

0 commit comments

Comments
 (0)