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 695cd2863c
commit 336f0c04ad
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 = [