Limit lint output to HTML

This commit is contained in:
Daniel Martí 2015-08-09 21:33:36 -07:00
parent 939e3004b6
commit e43355ce56

View File

@ -173,6 +173,10 @@ android {
checkReleaseBuilds false
abortOnError false
htmlReport true
xmlReport false
textReport false
// Our translations are crowd-sourced
disable 'MissingTranslation'
}