-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade to checkstyle 8.2 #124
Comments
What is your current strategy with SonarQube? I see that the last release was for Checkstyle 7.7. For a time it seemed that you would be releasing a matching SonarQube plugin for every Checkstyle release. At which interval do you plan to make SonarQube plugin releases? Thanks for the info. |
sorry , we just run out of time to support main project and this plugin, and to keep it in sync. I did updates when I had time for this. There a lot of PRs, more blocker issues in main project, so for now no time to update plugin and test it. If smb have time, please to update of sonar plugin to new version of checkstyle, version by version ... to let final users freedom to choose on what version to stay. |
upgrade to 8.2 result in build problem:
conflict with Saxon:
|
TODO:
manual test is required - DONE.
test is required that filters works - done.
manual test is required - WORKS FINE.
manual test is required - done. |
http://checkstyle.sourceforge.net/releasenotes.html#Release_8.2 ,
upgrade version at https://github.com/checkstyle/sonar-checkstyle/edit/master/pom.xml#L88
==============
FROM CHECKSTYLE RELEASE NOTES that might affect plugin
Breaking backward compatibility:
New:
ATTENTION (migration notes):
1)if happens:
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.0.905:sonar (default-cli) on project checkstyle-sonar-plugin-parent: Can not execute Checkstyle: cannot initialize module TreeWalker - Property 'maxLineLength' in module LeftCurly does not exist, please check the documentation -> [Help 1]
solution is to remove "Custom Rule" and recreate it from "Rule Template"
old rule:
new rule should be without property:
The text was updated successfully, but these errors were encountered: