Skip to content

Commit f15e5d6

Browse files
authored
chore(cspell): ignore some words in .cppcheck_suppressions (#7647)
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
1 parent 953d929 commit f15e5d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cppcheck_suppressions

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ constParameterReference
66
constVariable
77
constVariableReference
88
containerOutOfBounds
9+
// cspell: ignore cstyle
910
cstyleCast
1011
duplicateBranch
1112
duplicateBreak
@@ -27,6 +28,7 @@ shadowArgument
2728
shadowFunction
2829
shadowVariable
2930
syntaxError
31+
// cspell: ignore uninit
3032
uninitMemberVar
3133
unknownMacro
3234
unmatchedSuppression

0 commit comments

Comments
 (0)