From b112e5c70717c09795bd6ed000adc9dec6561a49 Mon Sep 17 00:00:00 2001 From: Jamie Shiell Date: Sun, 1 Dec 2024 10:48:08 +0000 Subject: [PATCH] Add Checkstyle 10.20.2 --- CHANGELOG.md | 1 + src/main/resources/META-INF/plugin.xml | 1 + src/main/resources/checkstyle-idea.properties | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d30fe1d9..2da2efbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # CheckStyle-IDEA Changelog +* **5.99.0** New: Added Checkstyle 10.20.2. * **5.99.0** New: Problems in the static scan now show the rules file that was the source of the check (#5). * **5.99.0** New: Added option to group results by package, severity, and rules file (#3). * **5.98.0** New: Added Checkstyle 10.20.1. diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 1466380e..abeff541 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -25,6 +25,7 @@ +
  • 5.99.0: New: Added Checkstyle 10.20.2.
  • 5.99.0: New: Problems in the static scan now show the rules file that was the source of the check (#5).
  • 5.99.0: New: Added option to group results by package, severity, and rules file (#3).
  • 5.98.0: New: Added Checkstyle 10.20.1.
  • diff --git a/src/main/resources/checkstyle-idea.properties b/src/main/resources/checkstyle-idea.properties index a795d276..e80b4736 100644 --- a/src/main/resources/checkstyle-idea.properties +++ b/src/main/resources/checkstyle-idea.properties @@ -3,7 +3,7 @@ checkstyle.versions.supported = \ 9.0.1, 9.1, 9.2.1, 9.3, \ 10.0, 10.1, 10.2, 10.3.4, 10.4, 10.5.0, 10.6.0, 10.7.0, 10.8.1, 10.9.3, \ - 10.10.0, 10.12.7, 10.13.0, 10.14.2, 10.15.0, 10.16.0, 10.17.0, 10.18.2, 10.19.0, 10.20.1 + 10.10.0, 10.12.7, 10.13.0, 10.14.2, 10.15.0, 10.16.0, 10.17.0, 10.18.2, 10.19.0, 10.20.2 # The "base version" must be one of the versions listed above. The sources are compiled against this version, so it is @@ -35,7 +35,8 @@ checkstyle.versions.map = \ 10.12.5 -> 10.12.7, \ 10.14.0 -> 10.14.2, \ 10.18.0 -> 10.18.2, \ - 10.18.1 -> 10.18.2 + 10.18.1 -> 10.18.2, \ + 10.20.1 -> 10.20.2 # Maps dependencies to compatible versions, allowing us to save archive space where the dependencies # are sufficiently compatible.