I want to execute some of the 11 disabled checks. The Android Lint documentation just said about this
Some checks are disabled by default. These can be enabled by adding the --enable flag.
How can I activate them for my gradle build? I can't find any options to do that within the build.gradle
or lint.xml
file.