Skip to content

Commit a607f78

Browse files
committed
Add Checkstyle 10.25.0
1 parent 2e1cf26 commit a607f78

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
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.107.0** New: Added Checkstyle 10.25.0.
45
* **5.106.0** New: Added Checkstyle 10.24.0.
56
* **5.106.0** New: Now built against IDEA 2024.1.7 (was 2023.1.5).
67
* **5.105.0** New: Added Checkstyle 10.23.0 (#663).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Hosted on [GitHub](https://github.com/jshiell/checkstyle-idea)
66

77
[![Build Status](https://github.com/jshiell/checkstyle-idea/workflows/Build/badge.svg)](https://github.com/jshiell/checkstyle-idea/actions?query=workflow%3A%22Build%22)
88

9-
A plug-in for JetBrains' IntelliJ IDEA 2023 and 2024 which provides real-time feedback against a given
9+
A plug-in for JetBrains' IntelliJ IDEA 2024 and 2025 which provides real-time feedback against a given
1010
[CheckStyle 9-10](https://checkstyle.sourceforge.io) profile by way of an inspection.
1111

1212
Please note this is not an official part of Checkstyle - they neither endorse

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id("org.infernus.idea.checkstyle.build")
2020
}
2121

22-
version = "5.106.0"
22+
version = "5.107.0"
2323

2424
intellijPlatform {
2525
pluginConfiguration {

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.107.0: New: Added Checkstyle 10.25.0.</li>
2829
<li>5.106.0: New: Added Checkstyle 10.24.0.</li>
2930
<li>5.106.0: New: Now built against IDEA 2024.1.7 (was 2023.1.5).</li>
3031
<li>5.105.0: New: Added Checkstyle 10.23.0 (#663).</li>

src/main/resources/checkstyle-idea.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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, \
66
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
7+
10.20.2, 10.21.3, 10.22.0, 10.23.0, 10.24.0, 10.25.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)