From 97f6fe68f44f61e62e99990e03a0ae42aac8d8c4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:25:33 -0500 Subject: [PATCH] Suggest rewording `switched on runtime` --- .github/actions/spelling/line_forbidden.patterns | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/spelling/line_forbidden.patterns b/.github/actions/spelling/line_forbidden.patterns index 6698ea18..66bc7dd9 100644 --- a/.github/actions/spelling/line_forbidden.patterns +++ b/.github/actions/spelling/line_forbidden.patterns @@ -199,6 +199,11 @@ # Should be `on the other hand` \b(?i)on another hand\b +# Reword to `on at runtime` or `enabled at launch` +# The former if you mean it can be changed dynamically. +# The latter if you mean that it can be changed without recompiling but not after the program starts. +\bswitched on runtime\b + # Most people only have two hands. Reword. \b(?i)on the third hand\b