Skip to content

Commit 81ca391

Browse files
Bump com.puppycrawl.tools:checkstyle from 13.3.0 to 13.4.0 (#389)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.3.0 to 13.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/checkstyle/checkstyle/releases">com.puppycrawl.tools:checkstyle's releases</a>.</em></p> <blockquote> <h2>checkstyle-13.4.0</h2> <p>Checkstyle 13.4.0 - <a href="https://checkstyle.org/releasenotes.html#Release_13.4.0">https://checkstyle.org/releasenotes.html#Release_13.4.0</a></p> <p>Breaking backward compatibility:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/8315">#8315</a> - Improve violation message of ImportOrder</p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/17565">#17565</a> - Line break must be present after <code>{</code> of non-empty block in switch rule <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18065">#18065</a> - New Check: IllegalSymbol to forbit emoj in code</p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/18228">#18228</a> - False-positive: Suppress indentation check when quotes start at the left margin <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17137">#17137</a> - UnnecessaryNullCheckWithInstanceOf ignores redundant null check for complex cases. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17842">#17842</a> - False-negative: Member names with underscores</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/ad2d2d265c4b4c27d3374a6a4bbd214dea6bbe5e"><code>ad2d2d2</code></a> [maven-release-plugin] prepare release checkstyle-13.4.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ac969f56cc189615002aa92d72d65946c02dbdc6"><code>ac969f5</code></a> doc: release notes for 13.4.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b96d1c39a1a10dfe0b37f2fa280b8fff0b87ce76"><code>b96d1c3</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15456">#15456</a>: Define violation messages for JavadocTagContinuationIndentation</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/d47cde5440d092cd1150c03a11408eeeb2847882"><code>d47cde5</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/11163">#11163</a>: Enforce file size on InputNeedBracesTestSwitchExpression</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/bbb00f943b5c0eda0d2b831bf2149fd4598f399e"><code>bbb00f9</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16361">#16361</a>: add comment on testAddException</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/601213d9ee66010a4eebe214632d6babb484d2b3"><code>601213d</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/12721">#12721</a>: add Buildkite CI with mvn verify</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/95cecf887d3637c8bb28ab0b0c166a94fe33ebda"><code>95cecf8</code></a> dependency: bump org.openrewrite.recipe:rewrite-migrate-java</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/92dcd3dbf49044e4ef26fb2247883df506061413"><code>92dcd3d</code></a> dependency: bump pmd.version from 7.22.0 to 7.23.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ab7a33c9d6d93e9f6ff2e9a911305bafca8e4d27"><code>ab7a33c</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16361">#16361</a>: Refactor testNewCtor</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/70cab668be77881c0a22509db2ffa236ebf4173e"><code>70cab66</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16361">#16361</a>: Add explanatory comment for testReadResourceWithInvalidName</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-13.3.0...checkstyle-13.4.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9117b14 commit 81ca391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<pmd.version>7.23.0</pmd.version>
2525
<pmd.build-tools.version>37</pmd.build-tools.version>
26-
<checkstyle.version>13.3.0</checkstyle.version>
26+
<checkstyle.version>13.4.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
2828
<pmd.plugin.version>3.28.0</pmd.plugin.version>
2929
<pmd.check.version>7.23.0</pmd.check.version>

0 commit comments

Comments
 (0)