Skip to content

Commit 49ec490

Browse files
authored
chore(ci): remove unnecessary cppcheck suppressions (#7677)
* chore(ci): remove unnecessary cppcheck suppressions Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * remove constVariable Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * remove duplicateBreak Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent f4efb91 commit 49ec490

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.cppcheck_suppressions

-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
checkersReport
44
constParameterReference
5-
constVariable
65
constVariableReference
7-
containerOutOfBounds
86
// cspell: ignore cstyle
97
cstyleCast
108
duplicateBranch
11-
duplicateBreak
129
funcArgNamesDifferent
1310
functionConst
1411
functionStatic
@@ -32,7 +29,6 @@ unmatchedSuppression
3229
unreadVariable
3330
unusedFunction
3431
unusedStructMember
35-
unusedVariable
3632
useInitializationList
3733
useStlAlgorithm
3834
uselessOverride

0 commit comments

Comments
 (0)