Skip to content

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v13.4.1#545

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.puppycrawl.tools-checkstyle-13.4.x
Open

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v13.4.1#545
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.puppycrawl.tools-checkstyle-13.4.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Change Age Confidence
com.puppycrawl.tools:checkstyle (source) 13.3.013.4.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v13.4.1

Compare Source

Checkstyle 13.4.1 - https://checkstyle.org/releasenotes.html#Release_13.4.1

Bug fixes:

#​5460 - ImportOrder: option=under; doesn't allow empty line between 'import' and 'import static'.
#​19641 - Add checks for OpenJDK Style §3.10 - Variable Declarations.
#​19620 - Add checks for OpenJDK Style §3.14 - Literals.
#​19619 - Add checks for OpenJDK Style §3.7 - Indentation.
#​19617 - Add checks for OpenJDK Style §2 - Java Source Files.
#​19662 - Add checks for OpenJDK Style §3.12 - Lambda Expressions.
#​19559 - AnnotationLocation allows same-line parameterless annotation on class declarations (violates Google Style §4.8.5.2).
#​19608 - False negative: VariableDeclarationUsageDistance does not flag variable usage inside try blocks.
#​19682 - Add RECORD_DEF and COMPACT_CTOR_DEF to AtclauseOrder target in google_checks.xml.

Other Changes:
Conver test from XpathFilterElementTest to SuppressionXpathSingleFilterTest to use inlined config in Input files.
Remove '//ok' comments from it Input files.
Updating properties in Input files to mention all default properties.
Enforce file size on Java inputs.
Update documentation for new abstract methods in AbstractCheck.
Input files under `it` are not tested against `config/checkstyle-input-checks.xml`.
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger.
Resolve CheckerFramework violations.
No documentation on how to write TreeWalkerFilter.
update tables in option page to have link to exact line of table.
Semaphore failure.
Fix PMD 7.1.0 Violations.
convert all wget to curls.
job no-error-pmd is failing with likely memory problem.
Resolve Suppressed SpotBugs False Positives.
Migrate Codenarc from currently compatible version v2.2.0 to latest release.
doc: wrap long lines in release notes.
Remove from whitelist file odd words that came from test imput files.
Define violation messages for all violations.
Move Intputs to non-compiled folders to let Idea to run test without compilation error.
Enable IntellijIdea inspection: 'throw' inside 'finally' block.
Improve examples of IndentationCheck.
validation.sh versions "xmlstarlet: command not found".
fix pitest in SuppressionsLoader.
Upgrade all scripts to groovy 3.0.17 or 5.x.

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

Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link
Copy Markdown

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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