-
Notifications
You must be signed in to change notification settings - Fork 362
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
Mark static code analysis checks deprecated #1613
Conversation
- Static code analysis checks will no longer be supported in future versions. Use an external tool for static code analysis instead.
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.
Reviewed 54 of 54 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @guwirth, @jmecosta, and @Bertk)
sonar-c-plugin/src/main/resources/org/sonar/l10n/c/rules/c/BooleanEqualityComparison.html, line 5 at r1 (raw file):
Static code analysis checks will no longer be supported in future versions. Use an external tool for static code analysis instead.
I believe this statement might be misunderstood like "don't use sonar-cxx, replace it with something else". I would write something like
Internal static code analysis checks will no longer be supported in future versions. Sonar-cxx is able to import analysis reports from various external tools (see https://github.com/SonarOpenCommunity/sonar-cxx/wiki/Running-tools). Please consider using external code analyzers instead of deprecated internal ones.
@ivangalkin think all agreed there
Mark them DEPRECATED seems to be a good compromise to motivate all to switch to external rule checkers. |
1 similar comment
@ivangalkin think all agreed there
Mark them DEPRECATED seems to be a good compromise to motivate all to switch to external rule checkers. |
@guwirth ok, I agree. Please consider to re-word the documentation (see my comment above). Besides that I approve the PR. |
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @guwirth, @jmecosta, and @Bertk)
thank you |
all good from my side. |
This change is