Skip to content

Commit

Permalink
Merge pull request #997 from astrogeco/fix-995-quiet-cppcheck
Browse files Browse the repository at this point in the history
Fix #995 quiet cppcheck
  • Loading branch information
astrogeco authored May 11, 2021
2 parents f791d4e + e98a75c commit 2e71282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Run bundle cppcheck
if: ${{matrix.cppcheck =='all'}}
run: cppcheck --force --inline-suppr --quiet . 2> ${{matrix.cppcheck}}_cppcheck_err.txt
run: cppcheck --force --inline-suppr . 2> ${{matrix.cppcheck}}_cppcheck_err.txt

# Run strict static analysis for embedded portions of osal
- name: osal strict cppcheck
Expand Down

0 comments on commit 2e71282

Please sign in to comment.