Lint changes
Deleting lint-report gen files Adding lint output files to gitignore
This commit is contained in:
@@ -57,5 +57,7 @@ android {
|
||||
// Do not abort build if lint finds errors
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
htmlReport true
|
||||
htmlOutput file("lint-report.html")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user