Hi guys, can you please tell me how I can disable ...
# intellij-plugins
r
Hi guys, can you please tell me how I can disable a file from being inspected in my plugin? Basically I have 2 actions one is
Ignore
and other is
Fix
. On clicking
Ignore
I do not want the file to be inspected anymore.
d
Something along these lines should work https://gist.github.com/dkandalov/da7f58c4b0cfbed4e3ee1cade3cc5174 (you can try running this code with liveplugin).
r
Yes this helps. Thanks a lot! 🙂