Skip to content

Commit cc56f8a

Browse files
Excavator: Upgrades Baseline to the latest version (#1212)
1 parent 0cbaf52 commit cc56f8a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.baseline/checkstyle/checkstyle.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
<property name="max" value="120"/>
4646
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://|\{@link"/>
4747
</module>
48+
<module name="SuppressWithPlainTextCommentFilter"> <!-- Suppression to prevent LineLength Check from flagging lines in Text-blocks -->
49+
<property name="checkFormat" value="LineLength"/>
50+
<property name="offCommentFormat" value="^.*&quot;&quot;&quot;\s*$"/>
51+
<property name="onCommentFormat" value="^\s*&quot;&quot;&quot;\s*(?:[,;]|.+)$"/>
52+
</module>
4853
<module name="TreeWalker">
4954
<module name="SuppressionCommentFilter"/> <!-- baseline-gradle: README.md -->
5055
<module name="SuppressionCommentFilter">

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.60.0'
14+
classpath 'com.palantir.baseline:gradle-baseline-java:6.61.0'
1515
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:3.2.0'
1616
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.75.0'
1717
classpath 'com.palantir.suppressible-error-prone:gradle-suppressible-error-prone:2.16.0'

0 commit comments

Comments
 (0)