I am having severe issues with custom lint checks....
# announcements
c
I am having severe issues with custom lint checks. Performing
./gradlew clean lintDebug
sometimes include my custom checks and sometimes they do not. Same with Android Studio (inspections in the file are sometimes visible, sometimes they are not). I am having these issues in a rather large project - the same problems are not visible in an equivalent test-project. What should be the steps to see custom lint rules in action? Should just performing
./gradlew clean lintDebug
lead to the result we wish?
m
try to ask in #gradle or #build-tools
c
Thanks for that
👍 1