From e6292a8aaef1ec0ae74ef083351369203e687954 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 15:59:55 -0400 Subject: Add lint option and cppcheck test --- .suppress.cppcheck | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .suppress.cppcheck (limited to '.suppress.cppcheck') diff --git a/.suppress.cppcheck b/.suppress.cppcheck new file mode 100644 index 00000000..a92b4f94 --- /dev/null +++ b/.suppress.cppcheck @@ -0,0 +1,26 @@ +arithOperationsOnVoidPointer +constParameterPointer +constParameterReference +constVariablePointer +constVariableReference +cstyleCast +duplInheritedMember +duplicateExpression +knownConditionTrueFalse +memleakOnRealloc +missingReturn +noExplicitConstructor +normalCheckLevelMaxBranches +nullPointerArithmetic +passedByValue +rethrowNoCurrentException +shadowFunction +unreadVariable +unsafeClassCanLeak +unusedPrivateFunction +useStlAlgorithm +uselessCallsSubstr +uselessOverride +va_list_usedBeforeStarted +variableScope +virtualCallInConstructor -- cgit v1.2.1