Skip to content

Commit

Permalink
Added Checkstyle 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KENNYSOFT committed Nov 19, 2021
1 parent 21b8f76 commit fceb3cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# CheckStyle-IDEA Changelog

* **UNRELEASED** New: Added Checkstyle 9.1. (#543).
* **5.57.2** Fixed: Plugin now requires a restart on update due to issues with IDEA's dynamic loading (#539).
* **5.57.1** Fixed: Incorrect lower version bound fixed.
* **5.57.0** Fixed: Configuration panel is now lazy init-ed to avoid deadlock (#538).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Hosted on [GitHub](https://github.com/jshiell/checkstyle-idea)
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/jshiell/checkstyle-idea.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jshiell/checkstyle-idea/alerts)

A plug-in for JetBrains' IntelliJ IDEA 2020/2021 which provides real-time feedback against a given
[CheckStyle 8](https://checkstyle.sourceforge.io) profile by way of an inspection.
[CheckStyle 8-9](https://checkstyle.sourceforge.io) profile by way of an inspection.

Please note this is not an official part of Checkstyle - they neither endorse
nor bear responsibility for this plugin. The logo is sourced from the [Checkstyle resources
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Expand Up @@ -24,6 +24,7 @@
<change-notes>
<![CDATA[
<ul>
<li>UNRELEASED: New: Added Checkstyle 9.1.</li>
<li>5.57.2: Fixed: Plugin now requires a restart on update due to issues with IDEA's dynamic loading (#539).</li>
<li>5.57.1: Fixed: Incorrect lower version bound fixed.</li>
<li>5.57.0: Fixed: Configuration panel is now lazy init-ed to avoid deadlock (#538).</li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/checkstyle-idea.properties
Expand Up @@ -5,7 +5,7 @@ checkstyle.versions.supported = \
8.20, 8.23, 8.24, 8.25, 8.26, 8.27, 8.28, 8.29, 8.30, 8.31, 8.32, 8.33, \
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.0.1, 9.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 Down

0 comments on commit fceb3cf

Please sign in to comment.