Skip to content

Commit efd26fd

Browse files
committed
Suggest using only are/can and not both
1 parent f605f85 commit efd26fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/spelling/line_forbidden.patterns

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
# Should only be one of `a`, `an`, or `the`
3636
\b(?:(?:an?|the)\s+){2,}\b
3737

38+
# Should only be `are` or `can`, not both
39+
\b(?:(?:are|can)\s+){2,}\b
40+
3841
# Should probably be `ABCDEFGHIJKLMNOPQRSTUVWXYZ`
3942
(?i)(?!ABCDEFGHIJKLMNOPQRSTUVWXYZ)ABC[A-Z]{21}YZ
4043

0 commit comments

Comments
 (0)