-
Notifications
You must be signed in to change notification settings - Fork 65
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
sonar-checkstyle 4.20 #15
Conversation
checkstyle.properties
Outdated
4.20.date=2019-05-14 | ||
4.20.changelogUrl=https://github.com/checkstyle/sonar-checkstyle/releases/tag/4.20 | ||
4.20.downloadUrl=https://github.com/checkstyle/sonar-checkstyle/releases/download/4.20/checkstyle-sonar-plugin-4.20.jar | ||
|
||
4.19.description=Upgrade to Checkstyle 8.19 | ||
4.19.sqVersions=[6.7,LATEST] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one version can be compatible with LATEST
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you, changed :)
checkstyle.properties
Outdated
4.19.description=Upgrade to Checkstyle 8.19 | ||
4.19.sqVersions=[6.7,LATEST] | ||
4.19.date=2019-04-29 | ||
4.19.changelogUrl=https://github.com/checkstyle/sonar-checkstyle/releases/tag/4.19 | ||
4.19.downloadUrl=https://github.com/checkstyle/sonar-checkstyle/releases/download/4.19/checkstyle-sonar-plugin-4.19.jar | ||
|
||
4.18.description=Upgrade to Checkstyle 8.18 | ||
4.18.sqVersions=[6.7,7.6+] | ||
4.18.sqVersions=[6.7,7.7+] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No point in this update. If there were, you'd use a *
instead of a +
. But archived compatibility is used only for helping users upgrade from these archived versions. By practice and convention this ending range would stay set to the SQ version that was current when this plugin version was archived.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, good to know! i have reverted this change
No description provided.