Category "android-lint"

How to check classifier declaration in lint rule android

I want to include some additional lint rules in my Android project. when setting up our modules & their corresponding dependencies I need a rule that we alw

Testing custom Lint rule with custom scopes

On the project I have a bunch of custom Lint rules. At some point of time I had a need to report single issue with different severity, depending on the scope. S