Skip to content

Commit

Permalink
ci(cppcheck): remove unnecessary cppcheck suppressions (autowarefound…
Browse files Browse the repository at this point in the history
…ation#7609)

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Jun 20, 2024
1 parent 73e22ca commit 3b4ab95
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .cppcheck_suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ arrayIndexThenCheck
checkersReport
constParameterPointer
constParameterReference
constStatement
constVariable
constVariableReference
containerOutOfBounds
cstyleCast
duplicateAssignExpression
duplicateBranch
duplicateBreak
duplicateExpression
funcArgNamesDifferent
functionConst
functionStatic
Expand All @@ -25,7 +22,6 @@ noExplicitConstructor
noValidConfiguration
passedByValue
preprocessorErrorDirective
redundantContinue
redundantInitialization
returnByReference
shadowArgument
Expand All @@ -37,7 +33,6 @@ unknownMacro
unmatchedSuppression
unreadVariable
unusedFunction
unusedScopedObject
unusedStructMember
unusedVariable
useInitializationList
Expand Down

0 comments on commit 3b4ab95

Please sign in to comment.