Skip to content

Conversation

@xdev-renovate
Copy link
Member

@xdev-renovate xdev-renovate commented Oct 10, 2025

This PR contains the following updates:

Package Type Update Change
com.puppycrawl.tools:checkstyle (source) build minor 12.2.012.3.1

Release Notes

checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)

v12.3.1

Checkstyle 12.3.1 - https://checkstyle.org/releasenotes.html#Release_12.3.1

Bug fixes:

#​17265 - Duplicate violations in WhitespaceAfter and WhitespaceAround in google config
#​17778 - Add support to properly follow Rule 7.1.1 General Form in Google Style Guide Implementation
#​18381 - NullPointerException in TextBlockGoogleStyleFormatting with text blocks in annotations
#​17727 - Need default config in google_checks.xml to forbid lowercase Javadoc beginnings

Other Changes:
Add missing property examples to XDocs for Checkstyle Checks
Resolve Pitest Suppressions - filters
Resolve Pitest Suppressions - api
Refine newly added reuse of metadata and xdoc to simplify Javadocs
Resolve Pitest Suppressions - tree-walker
Resolve Pitest Suppressions
NoClassDefFound Exception during compilation on jdk25
Resolve Pitest Suppressions - xpath
MissingOverride: update doc example to show method without inheritDoc
Update `JavadocCommentsTokenTypes.java` to new format of AST print
implement IDE agnostic configuration with `editorconfig.org`
Examples Validation: content is same in all for single Check
Enforce file size on Java inputs
Add `rewrite` support for `errorprone.refasterrules`
XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger
cleanup spotbugs suppression after next fb-contrib release
pitest: increase mutation coverage for indentation profile to 100%
Resolve error-prone violations
Remove CheckerFramework 'RegexChecker' annotation processor
XdocsExampleFileTest should catch fact that ExampleX.java is not referenced in respected Test class
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger
Define violation messages for all violations
Intellij Idea setup: Add steps to change encoding of properties file to UTF-8.
Resolve Pitest Suppressions - ant
build failure in CI for project Configurate
Updating properties in Input files to mention all default properties,
Resolve Pitest Suppressions - common
Clarification needed for 5.2.5 Non-constant field names coverage in Google style
Resolve CheckerFramework violations
Convert eligible classes to records
resolve PMD warning during execution
Remove last example code block at at the bottom of examples for NoLineWrap

v12.3.0

Checkstyle 12.3.0 - https://checkstyle.org/releasenotes.html#Release_12.3.0

New:

#​18207 - IllegalImport: new property illegalModules to cover module imports
#​17223 - Google-style: New Check TextBlockGoogleStyleFormattingCheck

Bug fixes:

#​18283 - Google style checks should allow _ keyword for anonymous variables

Other Changes:
Update `JavadocCommentsTokenTypes.java` to new format of AST print
Clone `apache/kafka` once KAFKA-19809 is merged
Add Kakfa project into Checkstyle regression suite
use new nio jdk api instead of all api
Recfactor classes to avoid CT_CONSTRUCTOR_THROW violation
uncliear error message if basedir is Linux based but execution is on windows
test to check indentation trailing comments are vertically aligned
infra: Fixing ECJ's version to be pinned, rather than being dynamic to not break CI pipelines
Website Generation doesn't automatically reflect new changes to checks.xml and checks/`<`type`>`/index.xml
Define violation messages for all violations
checkstyle-12.2.0: fails 2 checks building from source code
Xdoc marco to put version in xdoc from 'since' javadoc tag on Check
CI: verify-no-exception-configs should actually check contribution PR to append the same Check
Resolve Pitest Suppressions - main
Resolve Pitest Suppressions - ant
doc: note UnusedImports limitation for module import declarations

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch 2 times, most recently from 061af7f to 2951c6d Compare October 13, 2025 04:16
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v12 Update dependency com.puppycrawl.tools:checkstyle to v12.0.1 Oct 13, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch 2 times, most recently from 174fc83 to de15729 Compare October 20, 2025 04:17
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v12.0.1 Update dependency com.puppycrawl.tools:checkstyle to v12.1.0 Oct 20, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch from de15729 to 54a5c70 Compare October 27, 2025 04:20
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v12.1.0 Update dependency com.puppycrawl.tools:checkstyle to v12.1.1 Oct 27, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch from 54a5c70 to 4f34db8 Compare November 12, 2025 04:16
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v12.1.1 Update dependency com.puppycrawl.tools:checkstyle to v12.1.2 Nov 12, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch from 4f34db8 to 4a194f9 Compare December 1, 2025 04:33
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v12.1.2 Update dependency com.puppycrawl.tools:checkstyle to v12.2.0 Dec 1, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch from 4a194f9 to 3043e0c Compare December 14, 2025 04:26
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v12.2.0 Update dependency com.puppycrawl.tools:checkstyle to v12.3.0 Dec 14, 2025
xdev-gh-bot pushed a commit that referenced this pull request Dec 16, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch from 3043e0c to 5d7577b Compare December 17, 2025 04:21
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch from 5d7577b to f4db2ba Compare January 1, 2026 04:32
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v12.3.0 Update dependency com.puppycrawl.tools:checkstyle to v12.3.1 Jan 1, 2026
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-12.x branch from f4db2ba to b86cdf6 Compare January 5, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant