Skip to content

Commit

Permalink
Merge pull request #1489 from skliper/fix1488-loud_cppcheck
Browse files Browse the repository at this point in the history
Fix #1488, Report files checked in cppcheck action
  • Loading branch information
astrogeco authored May 11, 2021
2 parents 66a630f + 8ecaead commit 6638ed3
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 cfe
- name: cfe strict cppcheck
Expand Down

0 comments on commit 6638ed3

Please sign in to comment.