I have weird behavior with custom linters #3435
Unanswered
bionic-ido
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written a custom linter, similar to the example presented with the TODO analyzer, only a bit different (checking against a different regex).
I then did some testing to run it locally against my code, and found that it found a couple of TODO's that did not match the requested format, which so far, so good.
I then played with it a bit, and found out a couple of weird behaviors that I hoped someone could make sense of:
Thanks in advance for any help.
The example code for the custom todo plugin if it is relevant:
Beta Was this translation helpful? Give feedback.
All reactions