diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 15:59:55 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-06 18:40:01 -0400 |
commit | e6292a8aaef1ec0ae74ef083351369203e687954 (patch) | |
tree | b3fe2a4ce71ed880d43599a98e75def62d201bdd /.suppress.cppcheck | |
parent | 8f836e88392d534c1f692d748228dae6bc542ca0 (diff) | |
download | ingen-e6292a8aaef1ec0ae74ef083351369203e687954.tar.gz ingen-e6292a8aaef1ec0ae74ef083351369203e687954.tar.bz2 ingen-e6292a8aaef1ec0ae74ef083351369203e687954.zip |
Add lint option and cppcheck test
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r-- | .suppress.cppcheck | 26 |
1 files changed, 26 insertions, 0 deletions
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 |