Skip to content

Checkstyle Action 1.0.0

Latest

Choose a tag to compare

@nikitasavinov nikitasavinov released this 08 Aug 21:55
· 2 commits to master since this release
abc337f

1.0.0

A major modernization release:

  • Upgraded Java 17 → 21, Checkstyle 10.3 → 13.9.0, and reviewdog 0.14 → 0.21.
  • Added fail_level for precise failure thresholds; deprecated fail_on_error.
  • Improved download validation, dependency pinning, error handling, and CI coverage.

Upgrade notes

Breaking change: Checkstyle 13 may require configuration changes: JavadocStyle was replaced by SummaryJavadoc. Use
checkstyle_version: '10.3' while migrating.

Breaking change: With the default reporter, fail_on_error: true now fails only on errors. Use fail_level: any to retain
the previous behavior.

Full changelog (0.7.0...1.0.0)