Skip to content

Commit 29ce5fe

Browse files
Excavator: Upgrades Baseline to the latest version (#1221)
1 parent 15b4b7b commit 29ce5fe

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.baseline/checkstyle/checkstyle.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,9 @@
412412
<property name="allowMissingReturnTag" value="true"/>
413413
<property name="allowedAnnotations" value="Override, Test"/>
414414
</module>
415-
<module name="JavadocStyle"/> <!-- Java Style Guide: Javadoc -->
415+
<module name="JavadocStyle"><!-- Java Style Guide: Javadoc -->
416+
<property name="checkFirstSentence" value="false"/>
417+
</module>
416418
<module name="JavadocTagContinuationIndentation"> <!-- Java Style Guide: At-clauses -->
417419
<property name="offset" value="0"/>
418420
</module>
@@ -437,9 +439,6 @@
437439
<property name="format" value="^_?[a-z][a-zA-Z0-9]+$"/>
438440
<message key="name.invalidPattern" value="Parameter name ''{0}'' must match pattern ''{1}''."/>
439441
</module>
440-
<module name="SummaryJavadocCheck"> <!-- Java Coding Guidelines: Javadoc -->
441-
<property name="forbiddenSummaryFragments" value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
442-
</module>
443442

444443
<!-- Stricter checks end -->
445444
</module>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.25.0'
1212
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.16.0'
1313
classpath 'com.palantir.gradle.idea-configuration:gradle-idea-configuration:0.5.0'
14-
classpath 'com.palantir.baseline:gradle-baseline-java:6.64.0'
14+
classpath 'com.palantir.baseline:gradle-baseline-java:6.65.0'
1515
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:3.2.0'
1616
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.77.0'
1717
classpath 'com.palantir.suppressible-error-prone:gradle-suppressible-error-prone:2.20.0'

0 commit comments

Comments
 (0)