Replies: 1 comment 1 reply
-
This appears to be working, but need to test more thoroughly:
Happy to see improvements or suggestions. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use case:
We prefer to flag "check" as a verb and recommend an alternative, but we want to allow "check out", referring to "checking out a branch" or similar.
We currently use the
sequence
extension, as follows:Can I refactor this to allow/ignore "check out"?
Perhaps something like "check not followed by out"? I'm not sure what regexes, if any, I can use in these patterns.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions