We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
start
state
1 parent e505b0c commit ec79babCopy full SHA for ec79bab
.github/actions/spelling/line_forbidden.patterns
@@ -605,6 +605,10 @@ CLoud
605
# Should be `set up` (`setup` is a noun / `set up` is a verb)
606
\b[Ss]etup(?= (?:an?|the|to)\b)
607
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
+
612
# Should be `state`
613
\bsate(?=\b|[A-Z])|(?<=[a-z])Sate(?=\b|[A-Z])|(?<=[A-Z]{2})Sate(?=\b|[A-Z])
614
0 commit comments