Skip to content

Commit c37d1e1

Browse files
Excavator: Upgrades Baseline to the latest version
1 parent 5afdef7 commit c37d1e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.baseline/checkstyle/checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@
422422
<property name="allowEmptyMethods" value="true"/>
423423
<property name="allowEmptyTypes" value="true"/>
424424
<property name="allowEmptyLoops" value="true"/>
425+
<property name="allowEmptyLambdas" value="true"/>
425426
<property name="ignoreEnhancedForColon" value="false"/>
426427
<message key="ws.notFollowed" value="WhitespaceAround: ''{0}'' is not followed by whitespace. Empty blocks may only be represented as '{}' when not part of a multi-block statement (4.1.3)"/>
427428
<message key="ws.notPreceded" value="WhitespaceAround: ''{0}'' is not preceded with whitespace."/>
@@ -435,7 +436,7 @@
435436
</module>
436437
<module name="CyclomaticComplexity"/> <!-- Java Coding Guidelines: Reduce Cyclomatic Complexity -->
437438
<module name="DesignForExtension"> <!-- Java Coding Guidelines: Design for extension -->
438-
<property name="ignoredAnnotations" value="Test, Before, BeforeEach, After, AfterEach, BeforeClass, BeforeAll, AfterClass, AfterAll"/>
439+
<property name="ignoredAnnotations" value="ParameterizedTest, Test, Before, BeforeEach, After, AfterEach, BeforeClass, BeforeAll, AfterClass, AfterAll"/>
439440
</module>
440441
<module name="JavadocMethod"> <!-- Java Style Guide: Where Javadoc is used -->
441442
<property name="scope" value="public"/>

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.0.3'
1010
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1111
classpath 'com.netflix.nebula:nebula-publishing-plugin:13.4.1'
12-
classpath 'com.palantir.baseline:gradle-baseline-java:0.65.0'
12+
classpath 'com.palantir.baseline:gradle-baseline-java:2.4.0'
1313
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.9.2'
1414
classpath 'gradle.plugin.org.inferred:gradle-processors:2.2.0'
1515
}

0 commit comments

Comments
 (0)