Skip to content

Commit

Permalink
Add Checkstyle 10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Jul 16, 2022
1 parent ae87199 commit 9926842
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.68.0** New: Added Checkstyle 10.3.1.
* **5.68.0** Fix: User info requiring escaping in rules file URIs is now handled correctly (#535) - thanks to @austek.
* **5.67.4** Fix: Process exceptions from IDEA are now correctly rethrown during config deserialisation (#578).
* **5.67.3** Fix: Bundled configurations now have constant IDs when recreated or ported from earlier versions (#569).
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 @@ -24,6 +24,7 @@
<change-notes>
<![CDATA[
<ul>
<li>5.68.0: New: Added Checkstyle 10.3.1.</li>
<li>5.68.0: Fix: User info requiring escaping in rules file URIs is now handled correctly (#535) - thanks to @austek.</li>
<li>5.67.4: Fix: Process exceptions from IDEA are now correctly rethrown during config deserialisation (#578).</li>
<li>5.67.3: Fix: Bundled configurations now have constant IDs when recreated or ported from earlier versions (#569).</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 @@ -6,7 +6,7 @@ checkstyle.versions.supported = \
8.34, 8.35, 8.36.2, 8.37, 8.38, 8.39, 8.40, 8.41.1, 8.42, 8.43, 8.44, \
8.45.1, \
9.0.1, 9.1, 9.2.1, 9.3, \
10.0, 10.1, 10.2, 10.3
10.0, 10.1, 10.2, 10.3.1

# The "base version" must be one of the versions listed above. The sources are compiled against this version, so it is
# the dependency shown in the IDE and the runtime used when unit tests are run from the IDE or via 'runCsaccessTests'.
Expand All @@ -26,7 +26,8 @@ checkstyle.versions.map = \
8.41 -> 8.41.1, \
8.45 -> 8.45.1, \
9.0 -> 9.0.1, \
9.2 -> 9.2.1
9.2 -> 9.2.1, \
10.3 -> 10.3.1

# Maps dependencies to compatible versions, allowing us to save archive space where the dependencies
# are sufficiently compatible.
Expand Down

0 comments on commit 9926842

Please sign in to comment.