Skip to content

Commit

Permalink
chore(ci): remove unnecessary cppcheck suppressions (#7677)
Browse files Browse the repository at this point in the history
* chore(ci): remove unnecessary cppcheck suppressions

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

* remove constVariable

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

* remove duplicateBreak

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

---------

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Jun 27, 2024
1 parent f4efb91 commit 49ec490
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .cppcheck_suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

checkersReport
constParameterReference
constVariable
constVariableReference
containerOutOfBounds
// cspell: ignore cstyle
cstyleCast
duplicateBranch
duplicateBreak
funcArgNamesDifferent
functionConst
functionStatic
Expand All @@ -32,7 +29,6 @@ unmatchedSuppression
unreadVariable
unusedFunction
unusedStructMember
unusedVariable
useInitializationList
useStlAlgorithm
uselessOverride
Expand Down

0 comments on commit 49ec490

Please sign in to comment.