Skip to content

Commit

Permalink
Add Checkstyle 10.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Dec 1, 2024
1 parent 08afa02 commit b112e5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<change-notes>
<![CDATA[
<ul>
<li>5.99.0: New: Added Checkstyle 10.20.2.</li>
<li>5.99.0: New: Problems in the static scan now show the rules file that was the source of the check (#5).</li>
<li>5.99.0: New: Added option to group results by package, severity, and rules file (#3).</li>
<li>5.98.0: New: Added Checkstyle 10.20.1.</li>
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/checkstyle-idea.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b112e5c

Please sign in to comment.