Skip to content

Instantly share code, notes, and snippets.

@dmytrodanylyk
Created March 10, 2017 21:11
Show Gist options
  • Save dmytrodanylyk/b3dc76a4e9144f6e75f40d14131801a8 to your computer and use it in GitHub Desktop.
Save dmytrodanylyk/b3dc76a4e9144f6e75f40d14131801a8 to your computer and use it in GitHub Desktop.
android {
lintOptions {
lintConfig file("$project.rootDir/tools/rules-lint.xml")
htmlOutput file("$project.buildDir/outputs/lint/lint.html")
warningsAsErrors true
xmlReport false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment