File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 =" ^.*""" \s*$" />
51+ <property name =" onCommentFormat" value =" ^\s*""" \s*(?:[,;]|.+)$" />
52+ </module >
4853 <module name =" TreeWalker" >
4954 <module name =" SuppressionCommentFilter" /> <!-- baseline-gradle: README.md -->
5055 <module name =" SuppressionCommentFilter" >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 dependencies {
88 classpath ' com.palantir.jakartapackagealignment:jakarta-package-alignment:0.6.0'
99 classpath ' com.gradle.publish:plugin-publish-plugin:2.0.0'
10- classpath ' com.palantir.baseline:gradle-baseline-java:6.60 .0'
10+ classpath ' com.palantir.baseline:gradle-baseline-java:6.63 .0'
1111 classpath ' com.palantir.gradle.consistentversions:gradle-consistent-versions:3.2.0'
1212 classpath ' com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.25.0'
1313 classpath ' com.palantir.gradle.failure-reports:gradle-failure-reports:1.16.0'
You can’t perform that action at this time.
0 commit comments