From f0ed8cdf0026e8ee041a96d878c9181ff1fbbdf9 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 11 May 2024 20:34:10 +0100 Subject: [PATCH] [CI] cppcheck do not report progress --- .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 6016de17..8f3ec3df 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 --suppress=unusedFunction + cppcheck src --enable=all --force --inline-suppr --quiet --suppress=ConfigurationNotChecked --suppress=unusedFunction