Skip to content

Instantly share code, notes, and snippets.

@chalup
Created November 13, 2015 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chalup/edccd57f22ee10e5557a to your computer and use it in GitHub Desktop.
Save chalup/edccd57f22ee10e5557a to your computer and use it in GitHub Desktop.
Define custom lint configuration in gradle
android {
lintOptions {
lintConfig file("lint.xml")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment