Skip to content

Commit 97f6fe6

Browse files
committed
Suggest rewording switched on runtime
1 parent e670c90 commit 97f6fe6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/spelling/line_forbidden.patterns

+5
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@
199199
# Should be `on the other hand`
200200
\b(?i)on another hand\b
201201

202+
# Reword to `on at runtime` or `enabled at launch`
203+
# The former if you mean it can be changed dynamically.
204+
# The latter if you mean that it can be changed without recompiling but not after the program starts.
205+
\bswitched on runtime\b
206+
202207
# Most people only have two hands. Reword.
203208
\b(?i)on the third hand\b
204209

0 commit comments

Comments
 (0)