From 44b2dcaa15d5c55cf392c7f7d39acbce3a54897b Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 11 May 2024 17:23:23 +0100 Subject: [PATCH] [CI] Update cppcheck config to unclutter output --- .github/workflows/cppcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index 25599005..6016de17 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -24,4 +24,4 @@ jobs: - name: Run cppcheck run: - cppcheck src --enable=all --force --inline-suppr --suppress=ConfigurationNotChecked + cppcheck src --enable=all --force --inline-suppr --suppress=ConfigurationNotChecked --suppress=unusedFunction