0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

style(lint): report lint errors via text on stdout

This lets you see build errors from lint right where you want them

Fixes #9553
This commit is contained in:
Mike Hardy 2021-09-24 12:30:14 -05:00
parent 61b060eabd
commit c458d18843

View File

@ -1,5 +1,9 @@
android {
lintOptions {
textReport true
textOutput "stdout"
explainIssues false
showAll true
abortOnError = true
warningsAsErrors true
lintConfig file("../lint-release.xml")