summaryrefslogtreecommitdiffstats
path: root/.suppress.cppcheck
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-11 18:26:56 -0400
committerDavid Robillard <d@drobilla.net>2024-10-11 18:27:04 -0400
commit2e680d433275a1a68db7b44f6c7a27961d1ac49c (patch)
treec79fa5921e23e45d851184c8d52779e268a4a24e /.suppress.cppcheck
parentc627dc84ede8b7c2c607ed1a871707969269748b (diff)
downloadpatchage-2e680d433275a1a68db7b44f6c7a27961d1ac49c.tar.gz
patchage-2e680d433275a1a68db7b44f6c7a27961d1ac49c.tar.bz2
patchage-2e680d433275a1a68db7b44f6c7a27961d1ac49c.zip
Add cpplint test
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r--.suppress.cppcheck9
1 files changed, 9 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck
new file mode 100644
index 0000000..d9c8659
--- /dev/null
+++ b/.suppress.cppcheck
@@ -0,0 +1,9 @@
+constParameterCallback
+constVariablePointer
+constVariableReference
+duplicateBreak
+missingReturn
+normalCheckLevelMaxBranches
+returnByReference
+shadowFunction
+virtualCallInConstructor