Skip to content

small fixes

small fixes #721

Workflow file for this run

name: Cppcheck
on: [push, pull_request]
jobs:
cppcheck:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
container: ghcr.io/bertmelis/pio-test-container
steps:
- uses: actions/checkout@v4
- name: Cppcheck
run: |
pio check --fail-on-defect=medium --fail-on-defect=high --flags "--inline-suppr --enable=warning --enable=style --enable=performance --suppress=unusedFunction --suppress=preprocessorErrorDirective" --skip-packages