Skip to content

Commit

Permalink
Upgrades Baseline to the latest version (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored and iamdanfox committed May 30, 2018
1 parent 42d2ae7 commit 85e696e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .baseline/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<property name="message" value="Redundant ''static'' modifier."/>
</module>
<module name="RegexpSinglelineJava">
<property name="format" value="(\/\/TODO)|(\/\/ TODO:)|(\/\/ TODO\(\))|(\/\/ TODO\(.*+\):[^ ])|(\/\/ TODO\(.*+\)[^:])|(\/\/ TODO\(.*[\s\(\)]+.*\):)"/>
<property name="format" value="\/\/TODO|\/\/ TODO(?!\([^()\s]+\): )"/>
<property name="message" value="TODO format: // TODO(flastname): explanation"/>
</module>
<module name="RegexpSinglelineJava">
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.netflix.nebula:nebula-dependency-recommender:5.2.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:5.1.4'
classpath 'com.palantir.baseline:gradle-baseline-java:0.19.0'
classpath 'com.palantir.baseline:gradle-baseline-java:0.20.1'
classpath 'com.palantir.configurationresolver:gradle-configuration-resolver-plugin:0.3.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ com.google.errorprone:error_prone_annotations = 2.3.1
com.google.errorprone:error_prone_core = 2.0.19
com.google.errorprone:error_prone_test_helpers = 2.0.19
com.google.guava:guava = 21.0
com.palantir.baseline:* = 0.19.0
com.palantir.baseline:* = 0.20.1
com.palantir.safe-logging:* = 1.4.0
org.slf4j:slf4j-api = 1.7.24
net.ltgt.gradle:gradle-errorprone-plugin = 0.0.14
Expand Down

0 comments on commit 85e696e

Please sign in to comment.