Skip to content

Commit

Permalink
Add Checkstyle 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Jan 15, 2023
1 parent 02320f8 commit b3abf0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 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.75.0** New: Added Checkstyle 10.6.0.
* **5.74.1** Fixed: Ensure scope is checked as read action (#595).
* **5.74.0** New: Added Checkstyle 10.5.0 - thanks to @kennysoft (#596).
* **5.73.0** New: Added Checkstyle 10.4.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// Project Metadata
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

version = '5.74.2'
version = '5.75.0'

intellij {
version = 'IC-2021.3.3'
Expand Down
8 changes: 2 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</p>
]]>
</description>
<version>5.74.2</version>
<version>5.75.0</version>
<idea-version since-build="213.7172.25"/>
<vendor url="https://infernus.org/" email="jamie@infernus.org">Jamie Shiell</vendor>

Expand All @@ -24,6 +24,7 @@
<change-notes>
<![CDATA[
<ul>
<li>5.75.0: New: Added Checkstyle 10.6.0.</li>
<li>5.74.1: Fixed: Ensure scope is checked as read action (#595).</li>
<li>5.74.0: New: Added Checkstyle 10.5.0 - thanks to @kennysoft (#596).</li>
<li>5.73.0: New: Added Checkstyle 10.4.</li>
Expand All @@ -48,11 +49,6 @@
<li>5.66.0: New: Added Checkstyle 10.2.</li>
<li>5.66.0: Fix: Save all modified files before reloading rules, to ensure we load what people see (#562) - thanks to @ahus1.</li>
<li>5.66.0: Fix: Improved thread safety on `ConfigurationLocation` (#568) - thanks to @ahus1.</li>
<li>5.65.0: Fix: NPE when active config lookup fails (#566).</li>
<li>5.65.0: Fix: Properties not correctly loaded for active files (#565).</li>
<li>5.65.0: New: The toolwindow is now available during indexing (#564) - thanks to @ahus1.</li>
<li>5.65.0: New: We now use SVG icons (#563) - thanks to @ahus1.</li>
<li>5.64.0: New: You can now select multiple active Checkstyle files and scope them individually (#559) - thanks to @JanK411 and @Uschi003.</li>
<li><em>For older changes please see the changelog.</em></li>
</ul>
]]>
Expand Down
2 changes: 1 addition & 1 deletion 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.4, 10.4, 10.5.0
10.0, 10.1, 10.2, 10.3.4, 10.4, 10.5.0, 10.6.0

# 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 b3abf0f

Please sign in to comment.