Do not run Gradle linter by default

It's rather slow, adding roughly five seconds to every "./gradlew"
invocation.  And the advice it gives might not even be reaching a
fixed point.  I like the idea of running the linter as part of CI
testing, but I now think it's overkill to impose on every developer
build.
This commit is contained in:
Ben Liblit 2018-01-17 14:53:19 -06:00
parent 582fb2a97b
commit 56b3c1d37c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ subprojects {
allprojects {
apply plugin: 'nebula.lint'
gradleLint.alwaysRun = true
gradleLint.alwaysRun = false
gradleLint {
rules = ['all-dependency']
excludedRules = [