-
Notifications
You must be signed in to change notification settings - Fork 6
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
display unmatchedSuppression
findings
#77
Comments
I did not consider While bisecting issues in Cppcheck I needed these messages several times and had to run it on the command-line instead. |
After enabling it again I realized why I did omit it. You might get a Since the Cppcheck configuration is global for all projects that is not something you want to see. So we simply need to ignore these findings without a We should also enable |
We currently suppress
unmatchedSuppression
findings unconditionally but this is actually something interesting as it will indicate no longer applying (inline) suppressions.The text was updated successfully, but these errors were encountered: