From f0b4f46f6168968c92ca615f4cbb2f966005c779 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Sep 2024 19:12:06 -0400 Subject: Add cppcheck lint test --- .suppress.cppcheck | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .suppress.cppcheck (limited to '.suppress.cppcheck') diff --git a/.suppress.cppcheck b/.suppress.cppcheck new file mode 100644 index 00000000..292f6884 --- /dev/null +++ b/.suppress.cppcheck @@ -0,0 +1,4 @@ +assignmentInAssert +normalCheckLevelMaxBranches +redundantInitialization +unreadVariable -- cgit v1.2.1