🐛 Linting rule should not trigger multiple times for the same line #115
Unanswered
mroy-seedbox
asked this question in
Q&A
Replies: 1 comment
-
Hi there, Yes, every match, is listed as an error. This behavior is intended. However, if you want to get around this, just adapt your expression to match the whole section. Something like this: \{\{"[\w\s]+"\}\} I hope this helps a little. AI is also great at vibe coding complex regular expressions. Cheers! |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
Sometimes a rule can capture the same match multiple times.
Expected Behavior
That should be counted as just one match.
Version
3.3.1
Stack trace
Steps to Reproduce
And lint:
{{"hello world"}}
Beta Was this translation helpful? Give feedback.
All reactions