Skip to content

Commit f0f276e

Browse files
committed
Add Checkstyle 10.24.0
1 parent b453a04 commit f0f276e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
# CheckStyle-IDEA Changelog
33

4+
* **5.106.0** New: Added Checkstyle 10.24.0.
45
* **5.106.0** New: Now built against IDEA 2024.1.7 (was 2023.1.5).
56
* **5.105.0** New: Added Checkstyle 10.23.0 (#663).
67
* **5.104.1** Fixed: Code importer now parses import order with comma separators (#658).

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<change-notes>
2626
<![CDATA[
2727
<ul>
28+
<li>5.106.0: New: Added Checkstyle 10.24.0.</li>
2829
<li>5.106.0: New: Now built against IDEA 2024.1.7 (was 2023.1.5).</li>
2930
<li>5.105.0: New: Added Checkstyle 10.23.0 (#663).</li>
3031
<li>5.104.1: Fixed: Code importer now parses import order with comma separators (#658).</li>

src/main/resources/checkstyle-idea.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
checkstyle.versions.supported = \
44
9.0.1, 9.1, 9.2.1, 9.3, \
55
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, \
6-
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, 10.21.3, 10.22.0, 10.23.0
7-
6+
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, \
7+
10.20.2, 10.21.3, 10.22.0, 10.23.0, 10.24.0
88

99
# The "base version" must be one of the versions listed above. The sources are compiled against this version, so it is
1010
# the dependency shown in the IDE and the runtime used when unit tests are run from the IDE or via 'runCsaccessTests'.

0 commit comments

Comments
 (0)