Also generate txt lint report for script usage

This commit is contained in:
Daniel Martí committed 2014-12-31 00:09:58 +01:00
1 parent 5b2d75c018
commit 30bebd8361
1 file changed
+2
+2
View File
@@ -56,6 +56,8 @@ android {
lintOptions {
abortOnError false
textReport true
textOutput file("build/outputs/lint-results.txt")
}
}