/android-lint-checks

Checks for Android Lint

Primary LanguageKotlinApache License 2.0Apache-2.0

android-lint-checks

Checks for Android Lint

How to debug:

step 1: ./gradlew --no-daemon -Dorg.gradle.debug=true lintDebug
step 2: Attach to Process...

Check custom lint check jar file is working:

~/Library/Android/sdk/tools/bin/lint --show

Some gradle tasks:

# build jar
./gradlew :lint-checks:build

# run lint checks
./gradlew :app:lintVnRelease