noveogroup / android-check

Static code analysis plugin for Android project. (Checkstyle, PMD)
Other
268 stars 67 forks source link

Run check only for a specified product flavor and/or build type #38

Open bagage opened 6 years ago

bagage commented 6 years ago

If you invoke ./gradlew checkDebug instead of ./gradlew check, something is done but this is not android-check. You must invoke check alone to have reports generated -- it would be great to be able to specify a flavor or/and build type eg. ./gradlew checkFreeRelease.