My question is if there is a way to add to lint plugin a custom check which it should warn me about before building a version. For example I want it to check all Cursor, InputStream
objects in my code if they are closed, or to check my code for //TODO:
, //FIXME:
.
Any ideas if there is any kind of way to do that, or even not with Lint Plugin?
Thanks in advance!