Skip to content

Commit aa0308b

Browse files
Excavator: Upgrades Baseline to the latest version (#376)
1 parent 1803363 commit aa0308b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.baseline/checkstyle/checkstyle.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
<module name="EmptyStatement"/> <!-- Java Style Guide: One statement per line -->
113113
<module name="EqualsHashCode"/>
114114
<module name="FallThrough"/> <!-- Java Style Guide: Fall-through: commented -->
115-
<module name="FinalClass"/> <!-- Java Coding Guidelines: Private constructors -->
116115
<module name="GenericWhitespace"> <!-- Java Style Guide: Horizontal whitespace -->
117116
<message key="ws.followed" value="GenericWhitespace ''{0}'' is followed by whitespace."/>
118117
<message key="ws.preceded" value="GenericWhitespace ''{0}'' is preceded with whitespace."/>
@@ -371,10 +370,6 @@
371370
<property name="format" value="\bIOUtils\.toString\("/>
372371
<property name="message" value="Prefer Guava''s [CharStreams,Files,Resources].toString to avoid charset/stream closing issues."/>
373372
</module>
374-
<module name="RegexpSinglelineJava">
375-
<property name="format" value="static enum"/>
376-
<property name="message" value="Redundant ''static'' modifier."/>
377-
</module>
378373
<module name="RegexpSinglelineJava">
379374
<property name="format" value="\/\/TODO|\/\/ TODO(?!\([^()\s]+\): )"/>
380375
<property name="message" value="TODO format: // TODO(#issue): explanation"/>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
classpath 'com.netflix.nebula:gradle-info-plugin:5.1.1'
1010
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1111
classpath 'com.netflix.nebula:nebula-publishing-plugin:14.1.1'
12-
classpath 'com.palantir.baseline:gradle-baseline-java:2.27.0'
12+
classpath 'com.palantir.baseline:gradle-baseline-java:2.28.1'
1313
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.12.4'
1414
}
1515
}

0 commit comments

Comments
 (0)