From 1757e0763d4924b25e9af03f5c7a784e92cf7ea0 Mon Sep 17 00:00:00 2001 From: Ryuta Kambe Date: Tue, 25 Jun 2024 09:57:34 +0900 Subject: [PATCH] chore(ci): remove unnecessary cppcheck suppressions (#7670) Signed-off-by: Ryuta Kambe --- .cppcheck_suppressions | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cppcheck_suppressions b/.cppcheck_suppressions index f8ab02136d38c..a0b687f89ca40 100644 --- a/.cppcheck_suppressions +++ b/.cppcheck_suppressions @@ -1,7 +1,6 @@ *:*/test/* checkersReport -constParameterPointer constParameterReference constVariable constVariableReference @@ -23,8 +22,6 @@ noValidConfiguration passedByValue preprocessorErrorDirective redundantInitialization -returnByReference -shadowArgument shadowFunction shadowVariable syntaxError