Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 (#782)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.21.1 to 10.21.2. <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-10.21.2</h2> <p>Checkstyle 10.21.2 - <a href="https://checkstyle.org/releasenotes.html#Release_10.21.2">https://checkstyle.org/releasenotes.html#Release_10.21.2</a></p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/15939">#15939</a> - <code>lineWrappingIndentation</code> falsely detects incorrect indentation for text blocks <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16101">#16101</a> - <code>ignoreFieldDeclaration</code> property should have the highest priority in MagicNumberCheck</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/197b10f55038049ef21685cc9ec92a36764950da"><code>197b10f</code></a> [maven-release-plugin] prepare release checkstyle-10.21.2</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/dc7c5be2e1ab517700fe0aca035044f0d19e5c9b"><code>dc7c5be</code></a> doc: release notes for 10.21.2</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/edc2dbe616e539711119a640b5156d8e9d9e6f22"><code>edc2dbe</code></a> minor: update suppressioon for linkcheck to fix CI failure</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/01ec09a32e6ccac375c3c12ef3f89cf9be03bad5"><code>01ec09a</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16077">#16077</a>: fixed large margins and paddings</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/7ff1ebfcce410e4e51c09c0305765955e37392ef"><code>7ff1ebf</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13345">#13345</a>: Enable example test for SuppressWithNearbyCommentFilter</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/920187598c7aa68fc8bf8076fd0464ef26e6d818"><code>9201875</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13213">#13213</a>: remove OK comments from javadocmethod</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/69c4c6521af537421fc6621147a1b6b240348a6a"><code>69c4c65</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13345">#13345</a>: enabling tests for RegexpCheckExampleTest</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/05b2a32d1d948261cfd7e018a31a0f08c3ce2acc"><code>05b2a32</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13213">#13213</a>: remove OK comments from javadocblocktaglocation</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/95eeefdabd8983c7df69a3ba6e855a4dd59ab4cc"><code>95eeefd</code></a> supplemental: test-cases for unnecessary parentheses on typecasting</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ad7b6bae36725189e830012ee0261964c2811ba6"><code>ad7b6ba</code></a> supplemental: disable locale runs until <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16233">#16233</a></li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.1...checkstyle-10.21.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=10.21.1&new-version=10.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information