Skip to content

Commit

Permalink
add .cppcheck_suppressions file
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jun 6, 2024
1 parent efbc016 commit 78d8561
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .cppcheck_suppressions
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
arrayIndexThenCheck
assignBoolToFloat
checkersReport
constParameterPointer
constParameterReference
constStatement
constVariable
constVariablePointer
constVariableReference
containerOutOfBounds
cstyleCast

Check warning on line 11 in .cppcheck_suppressions

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (cstyle)
ctuOneDefinitionRuleViolation
current_deleted_index
duplicateAssignExpression
duplicateBranch
duplicateBreak
duplicateCondition
duplicateExpression
funcArgNamesDifferent
functionConst
functionStatic
invalidPointerCast
knownConditionTrueFalse
missingInclude
missingIncludeSystem
multiCondition
noConstructor
noExplicitConstructor
noValidConfiguration
obstacle_cruise_planner
passedByValue
preprocessorErrorDirective
redundantAssignment
redundantContinue
redundantIfRemove
redundantInitialization
returnByReference
selfAssignment
shadowArgument
shadowFunction
shadowVariable
stlFindInsert
syntaxError
uninitMemberVar

Check warning on line 44 in .cppcheck_suppressions

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (uninit)
unknownMacro
unmatchedSuppression
unpreciseMathCall

Check warning on line 47 in .cppcheck_suppressions

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (unprecise)
unreadVariable
unsignedLessThanZero
unusedFunction
unusedScopedObject
unusedStructMember
unusedVariable
useInitializationList
useStlAlgorithm
uselessCallsSubstr
uselessOverride
variableScope
virtualCallInConstructor
1 change: 1 addition & 0 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
files:
- source: .github/workflows/cppcheck-all.yaml
- source: .github/workflows/cppcheck-differential.yaml
- source: .cppcheck_suppressions

0 comments on commit 78d8561

Please sign in to comment.