Skip to content

Commit a2df64c

Browse files
aclferomani
authored andcommitted
dependency: bump com.puppycrawl.tools:checkstyle from 13.6.0 to 13.8.0
1 parent 7aa6588 commit a2df64c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<checkstyle.version>13.6.0</checkstyle.version>
36+
<checkstyle.version>13.8.0</checkstyle.version>
3737
<maven.checkstyle.plugin.version>3.6.0</maven.checkstyle.plugin.version>
3838
<maven.compiler.source>21</maven.compiler.source>
3939
<maven.compiler.target>21</maven.compiler.target>

src/test/java/com/puppycrawl/tools/checkstyle/jgit/GitDiffOnOpenSourceTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ private void shouldRejectLine(SuppressionPatchFilter filter, int lineNo, String
9191
"Audit event should be rejected when there are no matching patch filters");
9292
}
9393

94+
private static SuppressionPatchFilter
95+
createSuppressionPatchFilter(String fileName) throws Exception {
96+
return createSuppressionPatchFilter(fileName, "patchedline");
97+
}
98+
9499
private static SuppressionPatchFilter
95100
createSuppressionPatchFilter(String fileName, String strategy) throws Exception {
96101
final SuppressionPatchFilter suppressionPatchFilter = new SuppressionPatchFilter();
@@ -99,9 +104,4 @@ private void shouldRejectLine(SuppressionPatchFilter filter, int lineNo, String
99104
suppressionPatchFilter.finishLocalSetup();
100105
return suppressionPatchFilter;
101106
}
102-
103-
private static SuppressionPatchFilter
104-
createSuppressionPatchFilter(String fileName) throws Exception {
105-
return createSuppressionPatchFilter(fileName, "patchedline");
106-
}
107107
}

0 commit comments

Comments
 (0)