From 7be3b08aff334759629d547a1360b5df7fbb1b57 Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Mon, 24 Jun 2024 15:37:37 +0900 Subject: [PATCH] chore(cspell): ignore some words in .cppcheck_suppressions Signed-off-by: Kotaro Yoshimoto --- .cppcheck_suppressions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cppcheck_suppressions b/.cppcheck_suppressions index 6f64bd278f8a4..f8ab02136d38c 100644 --- a/.cppcheck_suppressions +++ b/.cppcheck_suppressions @@ -6,6 +6,7 @@ constParameterReference constVariable constVariableReference containerOutOfBounds +// cspell: ignore cstyle cstyleCast duplicateBranch duplicateBreak @@ -27,6 +28,7 @@ shadowArgument shadowFunction shadowVariable syntaxError +// cspell: ignore uninit uninitMemberVar unknownMacro unmatchedSuppression