Lint changes

Deleting lint-report gen files

Adding lint output files to gitignore
This commit is contained in:
Bhargav Golla
2014-03-07 18:21:16 -05:00
parent 0e33fd2392
commit e00436b409
14 changed files with 24 additions and 23 deletions

View File

@@ -57,5 +57,7 @@ android {
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
htmlReport true
htmlOutput file("lint-report.html")
}
}