Skip to content

Commit

Permalink
Un-suppress check on this repo (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdanfox authored and bulldozer-bot[bot] committed Dec 3, 2019
1 parent 529b26e commit 7b17728
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.netflix.nebula:nebula-publishing-plugin:14.1.1'
classpath 'com.netflix.nebula:gradle-info-plugin:5.2.0'
classpath 'com.palantir.baseline:gradle-baseline-java:2.34.0'
classpath 'com.palantir.baseline:gradle-baseline-java:2.38.0'
}
}

Expand Down Expand Up @@ -54,7 +54,6 @@ allprojects {
check("PreferSafeLoggableExceptions", CheckSeverity.OFF)
check("PreferSafeLoggingPreconditions", CheckSeverity.OFF)
check("PreconditionsConstantMessage", CheckSeverity.OFF)
check("GradleCacheableTaskAction", CheckSeverity.OFF)
}
}
}
Expand Down

0 comments on commit 7b17728

Please sign in to comment.