chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v12#617
Merged
zml2008 merged 1 commit intoSpongePowered:trunkfrom Jan 26, 2026
Merged
Conversation
|
@zml2008 , I am supporting this update. |
Member
|
Thank you! |
This was referenced Feb 28, 2026
1 task
This was referenced Feb 28, 2026
Merged
Merged
Merged
Open
Merged
Merged
Draft
This was referenced Mar 3, 2026
1 task
renovate-sh-app bot
added a commit
to grafana/grafana-opentelemetry-java
that referenced
this pull request
Mar 3, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [checkstyle](https://checkstyle.org/) ([source](https://redirect.github.com/checkstyle/checkstyle)) | `13.2.0` → `13.3.0` |  |  | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/1133) for more information. --- ### Release Notes <details> <summary>checkstyle/checkstyle (checkstyle)</summary> ### [`v13.3.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.3.0) [Compare Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-13.2.0...checkstyle-13.3.0) Checkstyle 13.3.0 - <https://checkstyle.org/releasenotes.html#Release_13.3.0> Breaking backward compatibility: [#​18146](https://redirect.github.com/checkstyle/checkstyle/issues/18146) - Clean up grammar for discontinued preview feature (pattern matching for switch) New: [#​15180](https://redirect.github.com/checkstyle/checkstyle/issues/15180) - NewCheck: UseEnhancedSwitch [#​18494](https://redirect.github.com/checkstyle/checkstyle/issues/18494) - New Check: GoogleNonConstantFieldNameCheck to enforce Google Java Style Guide member naming [#​18109](https://redirect.github.com/checkstyle/checkstyle/issues/18109) - new Check: LineEnding Bug fixes: [#​9719](https://redirect.github.com/checkstyle/checkstyle/issues/9719) - Indentation check regression with "new" [#​17541](https://redirect.github.com/checkstyle/checkstyle/issues/17541) - Empty line separator is not enforced in `package-info.java` file <details> <summary>Other Changes:</summary> <br/> Enforce file size on Java inputs <br/> Re-enable inspections that were temporarily suppressed for Qodana <br/> Fix PMD 7.1.0 Violations <br/> Add missing property examples to XDocs for Checkstyle Checks <br/> Pitest: examine and try to remove infinite loop mutations <br/> Remove from whitelist file odd words that came from test imput files <br/> Fix xdocs Examples AST Consistency Test (Reduce suppressions list) <br/> Resolve violation from RegExpDuplicateCharacterInClass inspection <br/> SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger <br/> Resolve Pitest Suppressions - java-ast-visitor <br/> Conver test from XpathFilterElementTest to SuppressionXpathSingleFilterTest to use inlined config in Input files <br/> Update `JavadocCommentsTokenTypes.java` to new format of AST print <br/> Expand "Writing Check" to include XPath support <br/> Top comment should 'Compilable with Java22' <br/> False positive: indentation inside of constructor parameters inside try block <br/> Updating properties in Input files to mention all default properties, <br/> Resolve error-prone violations <br/> Organize openrewrite staticanalysis composite recipes by groups as it is done on openrewrite website <br/> Define violation messages for all violations <br/> Find way to keep qodana yml in config folder <br/> Fix typos and improve grammer in testing techniques guide <br/> doc: Add DESCRIPTION token example with AST tree - Issue #​17882 <br/> Clone `SpongePowered/Configurate` once SpongePowered/Configurate#617 is merged <br/> Documentation examples for RegexpHeader and Header does not have any header <br/> Activate Java 21 migration recipes in OpenRewrite CI <br/> Consolidate `no_output_timeout` <br/> Resolve CheckerFramework violations <br/> migrate IDEA inpection in CI to most recent version <br/> Fix comment <br/> </details> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
This was referenced Mar 3, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Checkstyle version from
11.1.0to latest12.3.0.Checkstyle 12.3.0 release notes
This pull request is same as PR #613, but also fixes the 7 Checkstyle violations from that PR:
Related to checkstyle/checkstyle#18301 where we want to bring Configurate project back into Checkstyle regression suite. See checkstyle/checkstyle#18301 (comment)