Skip to content

Commit

Permalink
chore(ci): remove unnecessary cppcheck suppresion (autowarefoundation…
Browse files Browse the repository at this point in the history
…#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>
  • Loading branch information
veqcc authored Jul 4, 2024
1 parent 8d180a1 commit 93a6abf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .cppcheck_suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ preprocessorErrorDirective
redundantInitialization
shadowFunction
shadowVariable
syntaxError
// cspell: ignore uninit
uninitMemberVar
unknownMacro
Expand All @@ -30,6 +29,5 @@ unusedFunction
unusedStructMember
useInitializationList
useStlAlgorithm
uselessOverride
variableScope
virtualCallInConstructor

0 comments on commit 93a6abf

Please sign in to comment.