From b3fd57a3b666641b1adc8660fe0b6b8f4182104e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:04:24 -0500 Subject: [PATCH] Clarify forbidden pattern explanations --- .../actions/spelling/line_forbidden.patterns | 83 ++++++++++--------- 1 file changed, 42 insertions(+), 41 deletions(-) diff --git a/.github/actions/spelling/line_forbidden.patterns b/.github/actions/spelling/line_forbidden.patterns index 8a74953b..fa671ed0 100644 --- a/.github/actions/spelling/line_forbidden.patterns +++ b/.github/actions/spelling/line_forbidden.patterns @@ -3,14 +3,15 @@ # and [Qt](https://github.com/qtproject/qt-solutions/blame/fb7bc42bfcc578ff3fa3b9ca21a41e96eb37c1c7/qtscriptclassic/src/qscriptbuffer_p.h#L46) #\bm_data\b +# Were you debugging using a framework with `fit()`? # If you have a framework that uses `it()` for testing and `fit()` for debugging a specific test, -# you might not want to check in code where you were debugging w/ `fit()`. +# you might not want to check in code where you skip all the other tests. #\bfit\( -# s.b. anymore +# Should be `anymore` \bany more[,.] -# s.b. `cannot` (or `can't`) +# Should be `cannot` (or `can't`) # See https://www.grammarly.com/blog/cannot-or-can-not/ # > Don't use `can not` when you mean `cannot`. The only time you're likely to see `can not` written as separate words is when the word `can` happens to precede some other phrase that happens to start with `not`. # > `Can't` is a contraction of `cannot`, and it's best suited for informal writing. @@ -19,118 +20,118 @@ # - if you encounter such a case, add a pattern for that case to patterns.txt. \b[Cc]an not\b -# s.b. GitHub +# Should be `GitHub` (?