FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[Linter] Upgrade Checkstyle plugin to 3.1.2 supporting Checkstyle version up to 8.41 by Batta32 · Pull Request #1226 · microsoft/botbuilder-java · GitHub

This repository was archived by the owner on Dec 4, 2023. It is now read-only.
/ botbuilder-java Public archive

[Linter] Upgrade Checkstyle plugin to 3.1.2 supporting Checkstyle version up to 8.41 - #1226

Merged
tracyboehrer (tracyboehrer) merged 3 commits into
microsoft:mainfrom
southworks:external/feature/southworks/linter/update-version
Jun 9, 2021
Merged

[Linter] Upgrade Checkstyle plugin to 3.1.2 supporting Checkstyle version up to 8.41#1226
tracyboehrer (tracyboehrer) merged 3 commits into
microsoft:mainfrom
southworks:external/feature/southworks/linter/update-version

Conversation

Copy link
Copy Markdown
Contributor

Fixes #1215

Description

The current Checkstyle rules cannot be consumed by the Checkstyle plugin greater or equal than 8.24. For this, we updated the checkstyle plugin integrated in the pom.xml from 3.1.0 to 3.1.2 (latest) which defaults to checkstyle 8.29.

With the update of the rules, we support up to the checkstyle version 8.41 inclusive, solving the breaking change mentioned in the checkstyle release 8.24.

Last but not least, the checkstyle version 8.42 has another breaking change which is not supported with this PR.

Specific Changes

  • Upgrade checkstyle plugin to latest 3.1.2 which defaults to checkstyle 8.29
  • Update rules to support Checkstyle version up to 8.41
  • Fix linter issues

Testing

mvn clean install passing correctly

tracyboehrer (tracyboehrer) merged commit 104b7e8 into microsoft:main Jun 9, 2021
Martin Battaglino (Batta32) deleted the external/feature/southworks/linter/update-version branch June 9, 2021 15:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Linter] CheckStyle rules doesn't work with IntelliJ's CheckStyle plugin greater or equal than 8.24

2 participants


Back | FazBrowse Home | New Git URL