-
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
CppCheck sensor shall support project findings #491
Comments
In your example is |
The CppCheck sensor already supports issues on project level and this kind of message shall be handled similarly. The combination of 'file="*"' and 'line="0"' can be used to identify this case and this information shall be dropped. Without these attributes the issue will be assigned on project level. |
I think is no problem to add this special case (project issue) Would only look for file==*
|
Yes, this should work. |
Sorry, but we forgot a small update for the CppCheck rule repository:
|
Missing rule support is a different issue. |
The following CppCheck (1.68) finding is not handled correctly:
Instead of adding a finding in SonarQube DB an error message is written to log file:
The text was updated successfully, but these errors were encountered: