This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/master by this push:
new db25d2a Bump parent to 43
db25d2a is described below
commit db25d2ae9ea2f9c7a4d1801666b2614c2dd66346
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Aug 28 17:18:45 2024 +0200
Bump parent to 43
As globally checkstyle violation are no longer ignored they need to be
ignored on a per project basis
---
pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2f242cb..52186ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
- <version>42</version>
+ <version>43</version>
<relativePath />
</parent>
@@ -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>