From a4b29cec3444274dc86439195835a0645a47ac93 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Mon, 27 May 2024 08:38:05 +0200 Subject: [PATCH] XXX: Use updated 2.2.2 linter with editorconfig-maven-plugin 0.1.3 for the fixed .idea default exclude Python development is hampered by EditorConfig complaining about violations in .idea directories when they are not directly in the repo root. This got fixed in https://github.com/ec4j/editorconfig-linters/pull/25, but no editorconfig-maven-plugin has been released; only the dependencies themselves. --- configs/pom.xml | 2 +- pom.xml | 18 ++++++++++++++++-- versions/pom.xml | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/configs/pom.xml b/configs/pom.xml index d15be0a..2247ef7 100644 --- a/configs/pom.xml +++ b/configs/pom.xml @@ -16,7 +16,7 @@ - 1.2.0 + 1.2.1 -SNAPSHOT diff --git a/pom.xml b/pom.xml index 170456a..40e7081 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ - 1.2.0 + 1.2.1 -SNAPSHOT 24.1.0 @@ -33,7 +33,8 @@ 3.3.1 3.6.3 3.5.3 - 0.1.3 + 0.1.3 3.22.0 7.1.0 7.1.0 @@ -215,6 +216,19 @@ + + + + org.ec4j.linters + editorconfig-lint-api + 2.2.2 + + + org.ec4j.linters + editorconfig-linters + 2.2.2 + + org.apache.maven.plugins diff --git a/versions/pom.xml b/versions/pom.xml index c903397..0a72f8d 100644 --- a/versions/pom.xml +++ b/versions/pom.xml @@ -18,7 +18,7 @@ - 1.2.0 + 1.2.1 -SNAPSHOT UTF-8