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