Skip to content

Commit

Permalink
No low prio errors
Browse files Browse the repository at this point in the history
silince low prio errors
  • Loading branch information
bertmelis committed Nov 16, 2023
1 parent 958f92b commit 6c0d4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
pio check --fail-on-defect=medium --fail-on-defect=high --flags "--enable=warning --enable=style --enable=performance --suppress=unusedFunction --suppress=preprocessorErrorDirective" --skip-packages

0 comments on commit 6c0d4bc

Please sign in to comment.