Skip to content

Commit ec79bab

Browse files
committed
Suggest start/state
1 parent e505b0c commit ec79bab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/spelling/line_forbidden.patterns

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,10 @@ CLoud
605605
# Should be `set up` (`setup` is a noun / `set up` is a verb)
606606
\b[Ss]etup(?= (?:an?|the|to)\b)
607607

608+
# Should be `start` or `state`
609+
# unless D&D (or similar), files/sockets, or statistics
610+
(?:^|\s)stat of\b(?!.*(?:socket|file|path|roll|battle|race|class|diff|NPC))
611+
608612
# Should be `state`
609613
\bsate(?=\b|[A-Z])|(?<=[a-z])Sate(?=\b|[A-Z])|(?<=[A-Z]{2})Sate(?=\b|[A-Z])
610614

0 commit comments

Comments
 (0)