Skip to content

Commit 259d9f9

Browse files
committed
Bump parent to 43
As globally checkstyle violation are no longer ignored they need to be ignored on a per project basis
1 parent bc0d81b commit 259d9f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.shared</groupId>
2525
<artifactId>maven-shared-components</artifactId>
26-
<version>42</version>
26+
<version>43</version>
2727
<relativePath />
2828
</parent>
2929

@@ -65,6 +65,9 @@
6565
<slf4jVersion>1.7.36</slf4jVersion>
6666
<plexusBuildApiVersion>0.0.7</plexusBuildApiVersion>
6767
<project.build.outputTimestamp>2024-03-02T08:58:28Z</project.build.outputTimestamp>
68+
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some)
69+
and those that are enforced by the formatting checks from spotless -->
70+
<checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
6871
</properties>
6972

7073
<dependencies>

0 commit comments

Comments
 (0)