We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rely
1 parent 31510de commit d9bf061Copy full SHA for d9bf061
.github/actions/spelling/line_forbidden.patterns
@@ -562,6 +562,9 @@ CLoud
562
# Should be `regardless, ...` or `regardless of (whether)`
563
\b[Rr]egardless if you\b
564
565
+# Should be `rely`
566
+(?<=\b(?i)we )reply(?= on\b)
567
+
568
# Should probably be `(s)` if trying to say "word(s)"
569
# False positive if `/s` is used to mean `per second`
570
\s[a-z]{2,}[a-rt-z]/s\s(?=[a-oq-z]\w{2}|p[a-df-z]\w|pe[a-qs-z]|per[a-z])
0 commit comments