Skip to content

Commit b158a06

Browse files
veqccAriiees
authored andcommitted
chore(ci): remove unnecessary cppcheck suppresion (autowarefoundation#7780)
* chore(ci): remove unnecessary cppcheck suppresion Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * remove syntaxError suppression Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent 9584fd5 commit b158a06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.cppcheck_suppressions

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ preprocessorErrorDirective
2020
redundantInitialization
2121
shadowFunction
2222
shadowVariable
23-
syntaxError
2423
// cspell: ignore uninit
2524
uninitMemberVar
2625
unknownMacro
@@ -30,6 +29,5 @@ unusedFunction
3029
unusedStructMember
3130
useInitializationList
3231
useStlAlgorithm
33-
uselessOverride
3432
variableScope
3533
virtualCallInConstructor

0 commit comments

Comments
 (0)