From 2e680d433275a1a68db7b44f6c7a27961d1ac49c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Oct 2024 18:26:56 -0400 Subject: Add cpplint test --- .suppress.cppcheck | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .suppress.cppcheck (limited to '.suppress.cppcheck') 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 -- cgit v1.2.1