Skip to content

Update checkstyleVersion to v13.4.0 - autoclosed#169

Closed
xdev-renovate wants to merge 1 commit intodevelopfrom
renovate/checkstyleversion
Closed

Update checkstyleVersion to v13.4.0 - autoclosed#169
xdev-renovate wants to merge 1 commit intodevelopfrom
renovate/checkstyleversion

Conversation

@xdev-renovate
Copy link
Copy Markdown
Member

@xdev-renovate xdev-renovate commented Nov 12, 2025

This PR contains the following updates:

Package Type Update Change
checkstyle (source) dependencies minor 13.0.013.4.0
com.puppycrawl.tools:checkstyle (source) dependencies minor 13.0.013.4.0

Release Notes

checkstyle/checkstyle (checkstyle)

v13.4.0

Checkstyle 13.4.0 - https://checkstyle.org/releasenotes.html#Release_13.4.0

Breaking backward compatibility:

#​8315 - Improve violation message of ImportOrder

New:

#​17565 - Line break must be present after { of non-empty block in switch rule
#​18065 - New Check: IllegalSymbol to forbit emoj in code

Bug fixes:

#​18228 - False-positive: Suppress indentation check when quotes start at the left margin
#​17137 - UnnecessaryNullCheckWithInstanceOf ignores redundant null check for complex cases.
#​17842 - False-negative: Member names with underscores

Other Changes:
Define violation messages for all violations
Enforce file size on Java inputs
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger
Use buildkite CI
Updating properties in Input files to mention all default properties,
validation of versions is not working as expected anymore
Fix xdocs Examples AST Consistency Test (Reduce suppressions list)
XpathRegressionXxxxxxXxxxxxTest should have 3 test methods
Enable IDEA inspection JavadocBlankLines inspector
Update all job that uses 75% or memory to use 90%
infra: Update Semaphore CI os_image from ubuntu2004 (deprecated, brownout phase)
Migrate remaining test files to use getExpectedThrowable instead of fail()
Rethink purpose of package section in Check module documentation
Add missing property examples to XDocs for Checkstyle Checks
job no-error-pmd is failing with likely memory problem
doc: fix grammar and capitalization typos in GSOC.md
Improve documentation about external DTD loading
Organize openrewrite staticanalysis composite recipes by groups as it is done on openrewrite website
Refactor ViolationMessagesMacro::constructMessageKeyUrl to use UrlEncoder
POM Property Names
Fix existing cases of `getFileContents()` usage
XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger
Trailing comment alignment test fails with tab-based indentation in test input files
Stable failure of several circleci jobs
Update doc for SuppressWithPlainTextCommentFilter
create xdoc documetation page to explain details of Xpath support
Remove Experimental from XPath Filter
Potential Typo in Running `>` Command Line `>` Usage by Classpath Update
JavaNCSS : Explain Counting
MissingNullCaseInSwitch: cases that not obvious how to fix in right way
Example of validation for Large Constant Collection
Exclude external and generated files from spell checking
Add instruction to exclude resources files for IntelliJ Idea
Forbid usage of Truth's `StandardSubjectBuilder#fail` method.
All contribution and development documentation should live in GitHub
test to check indentation trailing comments are vertically aligned
Re-enable inspections that were temporarily suppressed for Qodana
update XdocsExamplesAstConsistencyTest to skip from detecton of diff name of constructors
doc: fix grammar in cmdline (caught, Generates an output suppression XML)
Resolve CheckerFramework violations
doc: Add 12.x to JRE version table in index.xml.vm
Re-enable and Monitor `YAMLSchemaValidation` inspection
Add Check Support for Java 21 Pattern Matching for Switch Syntax: RightCurly
Metadata/Xdoc generators do not handle {`@`literal} and incorrectly handle {`@`code} with XML special characters
Remove from whitelist file odd words that came from test imput files
update XdocsExamplesAstConsistencyTest to skip modules with no properties
All checks should be used

v13.3.0

Checkstyle 13.3.0 - https://checkstyle.org/releasenotes.html#Release_13.3.0

Breaking backward compatibility:

#​18146 - Clean up grammar for discontinued preview feature (pattern matching for switch)

New:

#​15180 - NewCheck: UseEnhancedSwitch
#​18494 - New Check: GoogleNonConstantFieldNameCheck to enforce Google Java Style Guide member naming
#​18109 - new Check: LineEnding

Bug fixes:

#​9719 - Indentation check regression with "new"
#​17541 - Empty line separator is not enforced in package-info.java file

Other Changes:
Enforce file size on Java inputs
Re-enable inspections that were temporarily suppressed for Qodana
Fix PMD 7.1.0 Violations
Add missing property examples to XDocs for Checkstyle Checks
Pitest: examine and try to remove infinite loop mutations
Remove from whitelist file odd words that came from test imput files
Fix xdocs Examples AST Consistency Test (Reduce suppressions list)
Resolve violation from RegExpDuplicateCharacterInClass inspection
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger
Resolve Pitest Suppressions - java-ast-visitor
Conver test from XpathFilterElementTest to SuppressionXpathSingleFilterTest to use inlined config in Input files
Update `JavadocCommentsTokenTypes.java` to new format of AST print
Expand "Writing Check" to include XPath support
Top comment should 'Compilable with Java22'
False positive: indentation inside of constructor parameters inside try block
Updating properties in Input files to mention all default properties,
Resolve error-prone violations
Organize openrewrite staticanalysis composite recipes by groups as it is done on openrewrite website
Define violation messages for all violations
Find way to keep qodana yml in config folder
Fix typos and improve grammer in testing techniques guide
doc: Add DESCRIPTION token example with AST tree - Issue #​17882
Clone `SpongePowered/Configurate` once SpongePowered/Configurate#617 is merged
Documentation examples for RegexpHeader and Header does not have any header
Activate Java 21 migration recipes in OpenRewrite CI
Consolidate `no_output_timeout`
Resolve CheckerFramework violations
migrate IDEA inpection in CI to most recent version
Fix comment

v13.2.0

Checkstyle 13.2.0 - https://checkstyle.org/releasenotes.html#Release_13.2.0

New:

#​16678 - new Check: NumericalPrefixesInfixesSuffixesCharacterCaseCheck numerical prefixes, infixes, and suffixes should be lowercase, except for "L"

Bug fixes:

#​18653 - False-negative: HexLiteralCase does not throw violation on Hex float literals
#​18486 - False positive: JavadocParagraph reports violation when <`p`> is after tags

Other Changes:
Documentation examples for MultiFileRegexpHeader does not have any header
Update `JavadocCommentsTokenTypes.java` to new format of AST print
Redundant `tokens` property in `CustomImportOrder` of `google_checks.xml`
Resolve error-prone violations
Fix SpotBugs UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR warning in IndentationCheck
Split openrewrite-refaster-rules ci job into two jobs
Enable pitest EXPERIMENTAL_MEMBER_VARIABLE
Add validation for single commit in pull
Update all pitest profiles to have mutationThreshold=99
Resolve violations from spotbugs sb-contrib 7.6.0
Convert regressions that use maven-checkstyle-plugin to CLI based
Define violation messages for all violations
dependency: bump pmd.version from 7.20.0 to 7.21.0
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger

v13.1.0

Checkstyle 13.1.0 - https://checkstyle.org/releasenotes.html#Release_13.1.0

Breaking backward compatibility:

#​12556 - Remove deprecated method CheckstyleAntTask:createClasspath()

New:

#​18329 - ImportControl: add module attribute to allow/disallow module imports
#​18368 - New check: MissingOverrideOnRecordAccessor to require Override on record component accessor methods

Bug fixes:

#​16087 - false positive invalid tag JavadocType
#​18790 - IllegalTokenText reports false positives for Unicode whitespace characters without escape sequences
#​18118 - Inconsistent behaviour of Indentation check
#​13038 - VariableDeclarationUsageDistanceCheck doesn't handle method definition properly
#​11103 - Indentation: Lambda in Enum causes error loop
#​18644 - False-negative: SummaryJavadoc:forbiddenSummaryFragments for tab-formatted code
#​6807 - False-positive RightCurly in google_checks since 8.20
#​17561 - Google style: Override is required on explicitly declared accessor method for a record
#​18559 - Add missing checks to sun_checks.xml: DeclarationOrder, FallThrough, OneStatementPerLine

Other Changes:
Documentation examples for MultiFileRegexpHeader are not in valid regex form
Update `JavadocCommentsTokenTypes.java` to new format of AST print
Dedicate `rewrite` recipes
Define violation messages for all violations
CLI '-s' option does not match by data from '-t'
Split openrewrite-recipes in two groups to always run in CI in less that 15 minutes
Do not use cause excpetion message durging wrapping
Resolve violations from spotbugs sb-contrib 7.6.0
Convert regressions that use maven-checkstyle-plugin to CLI based
Resolve error-prone violations
Fix xdocs Examples AST Consistency Test (Reduce suppressions list)
Add missing property examples to XDocs for Checkstyle Checks
Heading anchor link icon does not copy section URL to clipboard
update JavadocTagContinuationIndentation Examples
Fix `prone` order
test to check indentation trailing comments are vertically aligned
Update doc to mention that XPath has direct connection to if comment aware checks are added or not
Recfactor classes to avoid CT_CONSTRUCTOR_THROW violation
recheck that CNC_COLLECTION_NAMING_CONFUSION is resolved.
Add `NullArgumentForNonNullParameter` #​17988 #​17985 #​18479
Updating properties in Input files to mention all default properties,
use new nio jdk api instead of all api
Enforce file size on Java inputs
Specify XPath version in documentation
Resolve Pitest Suppressions - filters
Fix wrong test scope for `PMD`
Resolve spotbugs suppression for UnusedLocalVariableCheck
Resolve Pitest Suppressions - coding-2
Add `CodeCleanup`
Add OpenJDK Java Style Guidelines coverage infrastructure
Update JRE compatibility table for 13.x and fix grammar on landing page
XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger
doc: add Example5 for IllegalTokenTextCheck custom message
Upgrade all scripts to groovy 3.0.17 or 5.x
Resolve Pitest Suppressions - ant
Add `UpgradeToJava21` #​18528 #​18531
Checker framework report violation on theoretcally possible cases but practiacally impossible
Resolve error-prone violations
Give more clarity on xdocs for AnnotationLocation
jdk21: activate WhenShouldBeUsed for checkstyle project
Resolve Pitest Suppressions - indentation
Add `rewrite` support for `errorprone.refasterrules`
pitest: increase mutation coverage for indentation profile to 100%
Resolve Pitest Suppressions - common
Add `EmptyNewlineAtEndOfFile`
Resolve Pitest Suppressions - imports
Cirrus should be used wisely to avoid credit limits
XdocsExamplesAstConsistencyTest should validate literal values match between examples
dependency: bump org.openrewrite.recipe:rewrite-migrate-java from 3.22.0 to 3.24.0

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 these updates again.


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

This PR has been generated by Renovate Bot.

@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v12.1.2 Update checkstyleVersion to v12.2.0 Dec 1, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/checkstyleversion branch from a4e1808 to ef247fd Compare December 1, 2025 04:31
@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v12.2.0 Update checkstyleVersion to v12.3.0 Dec 14, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/checkstyleversion branch from ef247fd to 0a5d7d9 Compare December 14, 2025 04:23
@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v12.3.0 Update checkstyleVersion to v12.3.1 Jan 1, 2026
@xdev-renovate xdev-renovate force-pushed the renovate/checkstyleversion branch from 0a5d7d9 to 567624a Compare January 1, 2026 04:29
@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v12.3.1 Update checkstyleVersion to v12.3.1 - autoclosed Jan 28, 2026
@xdev-renovate xdev-renovate deleted the renovate/checkstyleversion branch January 28, 2026 14:07
@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v12.3.1 - autoclosed Update checkstyleVersion to v13.1.0 Feb 1, 2026
@xdev-renovate xdev-renovate reopened this Feb 1, 2026
@xdev-renovate xdev-renovate force-pushed the renovate/checkstyleversion branch 2 times, most recently from 567624a to 0ebc718 Compare February 1, 2026 04:52
@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v13.1.0 Update checkstyleVersion to v13.2.0 Feb 6, 2026
@xdev-renovate xdev-renovate force-pushed the renovate/checkstyleversion branch from 0ebc718 to d734fbe Compare February 6, 2026 04:42
@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v13.2.0 Update checkstyleVersion to v13.3.0 Mar 1, 2026
@xdev-renovate xdev-renovate force-pushed the renovate/checkstyleversion branch from d734fbe to 3c20d43 Compare March 1, 2026 04:46
@xdev-renovate xdev-renovate force-pushed the renovate/checkstyleversion branch from 3c20d43 to 2598cbc Compare March 30, 2026 05:06
@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v13.3.0 Update checkstyleVersion to v13.4.0 Mar 30, 2026
@xdev-renovate xdev-renovate changed the title Update checkstyleVersion to v13.4.0 Update checkstyleVersion to v13.4.0 - autoclosed Mar 31, 2026
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