Skip to content

Commit

Permalink
chore(cppcheck): update .cppcheck_suppressions (#7571)
Browse files Browse the repository at this point in the history
* chore(cppcheck): update .cppcheck_suppressions

Signed-off-by: Ryuta Kambe <[email protected]>

* remove unnecessary features

Signed-off-by: Ryuta Kambe <[email protected]>

* remove unnecessary feature

Signed-off-by: Ryuta Kambe <[email protected]>

* remove unnecessary feature

Signed-off-by: Ryuta Kambe <[email protected]>

* remove unneccesary feature

Signed-off-by: Ryuta Kambe <[email protected]>

* remove unnecessary feature

Signed-off-by: Ryuta Kambe <[email protected]>

---------

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Jun 20, 2024
1 parent a7947ca commit 841555e
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .cppcheck_suppressions
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
*:*/test/*

arrayIndexThenCheck
assignBoolToFloat
checkersReport
constParameterPointer
constParameterReference
constStatement
constVariable
constVariablePointer
constVariableReference
containerOutOfBounds
cstyleCast
ctuOneDefinitionRuleViolation
current_deleted_index
duplicateAssignExpression
duplicateBranch
duplicateBreak
duplicateCondition
duplicateExpression
funcArgNamesDifferent
functionConst
Expand All @@ -23,37 +20,27 @@ invalidPointerCast
knownConditionTrueFalse
missingInclude
missingIncludeSystem
multiCondition
noConstructor
noExplicitConstructor
noValidConfiguration
obstacle_cruise_planner
passedByValue
preprocessorErrorDirective
redundantAssignment
redundantContinue
redundantIfRemove
redundantInitialization
returnByReference
selfAssignment
shadowArgument
shadowFunction
shadowVariable
stlFindInsert
syntaxError
uninitMemberVar
unknownMacro
unmatchedSuppression
unpreciseMathCall
unreadVariable
unsignedLessThanZero
unusedFunction
unusedScopedObject
unusedStructMember
unusedVariable
useInitializationList
useStlAlgorithm
uselessCallsSubstr
uselessOverride
variableScope
virtualCallInConstructor

0 comments on commit 841555e

Please sign in to comment.