Skip to content

Cppcheck 2.9 support#2455

Merged
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:cppcheck-2.9
Dec 20, 2022
Merged

Cppcheck 2.9 support#2455
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:cppcheck-2.9

Conversation

@guwirth
Copy link
Copy Markdown
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