Skip to content

Commit

Permalink
Bump parent to 43
Browse files Browse the repository at this point in the history
As globally checkstyle violation are no longer ignored they need to be
ignored on a per project basis
  • Loading branch information
kwin authored and slachiewicz committed Sep 10, 2024
1 parent 0e96f01 commit db25d2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>42</version>
<version>43</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -73,6 +73,9 @@
<slf4jVersion>2.0.13</slf4jVersion>

<project.build.outputTimestamp>2024-06-26T08:01:47Z</project.build.outputTimestamp>
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some)
and those that are enforced by the formatting checks from spotless -->
<checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
</properties>

<dependencies>
Expand Down

0 comments on commit db25d2a

Please sign in to comment.