Skip to content
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 2.9 support #2455

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Dec 20, 2022

  • add Cppcheck 2.9 rules
    • constParameterCallback
  • add internal Cppcheck errors (they are not part of --errorlist), close cppcheck: missing rule unmatchedSuppression #2419
    • internalAstError
    • syntaxError
    • unknownMacro
    • cppcheckError
    • cppcheckLimit
    • instantiationError
    • unmatchedSuppression

This change is Reviewable

- add Cppcheck 2.90 rules
  - constParameterCallback
- add internal Cppcheck errors (they are not part of --errorlist), close SonarOpenCommunity#2419
  - internalAstError
  - syntaxError
  - unknownMacro
  - cppcheckError
  - cppcheckLimit
  - instantiationError
  - unmatchedSuppression
@guwirth guwirth added this to the 2.1.0 milestone Dec 20, 2022
@guwirth guwirth self-assigned this Dec 20, 2022
@guwirth guwirth merged commit a4eddcd into SonarOpenCommunity:master Dec 20, 2022
@guwirth guwirth changed the title Cppcheck 2.90 support Cppcheck 2.9 support Jan 28, 2023
@guwirth guwirth deleted the cppcheck-2.9 branch February 8, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

cppcheck: missing rule unmatchedSuppression
1 participant