Leave Gradle linter turned on by default, now that it's quieter

This commit is contained in:
Ben Liblit 2017-12-21 09:29:14 -06:00
parent afa982adf2
commit db2d34b60d
1 changed files with 1 additions and 1 deletions

View File

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