0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Anki-Android/lint.gradle
2021-10-20 22:58:42 -05:00

13 lines
307 B
Groovy

android {
lintOptions {
textReport true
textOutput "stdout"
explainIssues false
showAll true
abortOnError = true
warningsAsErrors true
lintConfig file("../lint-release.xml")
checkReleaseBuilds = true
checkTestSources = true
}
}