-
Notifications
You must be signed in to change notification settings - Fork 363
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
Clang-Tidy: duplicate issues are not removed #2174
Comments
Hi @dsakilesh, thx seems to be a bug... |
@dsakilesh I had a look to this issue again: There is different code at the same position in the same file:
|
Hi @guwirth Position is the same but the line numbers are different.
PFB the code snippet. Regards, |
@yachoor, @dsakilesh please try with latest snapshot. Most Clang-Tidy issues should be solved now: |
Hi Team,
For one of the file the duplicates are being up by sonarqube with sonar-cxx version 2.0.2 version. Please find the details below.
SonarQube count : 3 but expected count : 2
Jenkins warning ng count : 2 as expected
Warnings in SonarQube:
PFB the clang-tidy.log content:
PFB the metrics displayed by jenkins warnings ng plugin:
Warning ng plugin seems to ignore the duplicates but sonarQube seems to ignore one duplicate and displays one duplicate.
Line number, column number, warning message , rule id are all the same.
Let me know if you need more details. Thanks in advance!
Regards,
Akilesh D S
The text was updated successfully, but these errors were encountered: