File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -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'
You can’t perform that action at this time.
0 commit comments