java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Update Checkstyle to 3.2.0

Open iluwatar opened this issue 1 year ago • 1 comments

The project currently uses Checkstyle 3.1.0, but there is a newer version 3.2.0 available. According to dependabot's pull request https://github.com/iluwatar/java-design-patterns/pull/2449, the upgrade is not straightforward.

Acceptance criteria

  • Checkstyle upgraded to 3.2.0
  • Any build issues that arise have been resolved

iluwatar avatar Jan 14 '23 06:01 iluwatar

@iluwatar Here is a PR that I started: https://github.com/iluwatar/java-design-patterns/pull/2464

No new source code added from my side. Just the code/class name/method formatting as per checkstyle and respective changes in pom.xml and suppressions.xml

Can you review it?

rahul-raj avatar Jan 28 '23 16:01 rahul-raj