I am using Android lint with Jenkins and need to ignore library projects (specifically Action Bar Sherlock) that my team does not modify so that we can get useful results fr
This is how I do it with Jenkins and Gradle:
abortOnError false
in the build.gradle file in library projects to ignore lint errors there.