If I run ./gradlew app:lintProductionRelease on my local machine everything works as expected, but not on bitrise.
Is there any way to only run these 3 checks and abort if there are errors?
How are running lint on bitrise (using which step)?
IMHO the easiest way to achieve the same results as locally is to use Gradle Runner step and specify app:lintProductionRelease in its gradle_task input .