File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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." />
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" />
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments