Skip to content

Commit

Permalink
chore(cspell): ignore some words in .cppcheck_suppressions (autowaref…
Browse files Browse the repository at this point in the history
…oundation#7647)

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
  • Loading branch information
HansRobo authored Jun 24, 2024
1 parent 953d929 commit f15e5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cppcheck_suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ constParameterReference
constVariable
constVariableReference
containerOutOfBounds
// cspell: ignore cstyle
cstyleCast
duplicateBranch
duplicateBreak
Expand All @@ -27,6 +28,7 @@ shadowArgument
shadowFunction
shadowVariable
syntaxError
// cspell: ignore uninit
uninitMemberVar
unknownMacro
unmatchedSuppression
Expand Down

0 comments on commit f15e5d6

Please sign in to comment.