From 0edc7723daca2583e38dc9212334fbddf4669a16 Mon Sep 17 00:00:00 2001 From: Bert Melis Date: Thu, 16 Nov 2023 20:59:08 +0100 Subject: [PATCH] don't fail on low priority --- .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 0e9b17f..b80aa1c 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -19,4 +19,4 @@ jobs: pip install platformio - name: Cppcheck run: | - pio check --fail-on-defect=low --fail-on-defect=medium --fail-on-defect=high --flags "--enable=warning --enable=style --enable=performance --suppress=unusedFunction --suppress=preprocessorErrorDirective" --skip-packages \ No newline at end of file + pio check --fail-on-defect=medium --fail-on-defect=high --flags "--enable=warning --enable=style --enable=performance --suppress=unusedFunction --suppress=preprocessorErrorDirective" --skip-packages \ No newline at end of file