Replies: 1 comment
-
Not as far as I know, but I think the feature would make sense. I opened #7595, feel free to add more of your ideas to it. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I want to prevent certain patterns from being added to the code, but I do not want to prevent them from being removed. Can I do this using
diff_contains
?I currently have
is there a way to make it only work if the bad pattern is added, not when it's removed?
Beta Was this translation helpful? Give feedback.
All reactions