Skip to content

Commit

Permalink
Fix nasa#995, Enable cppcheck results output
Browse files Browse the repository at this point in the history
Removes --quiet option from cppcheck workflow
  • Loading branch information
astrogeco committed May 11, 2021
1 parent f791d4e commit 4bdb66b
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 4bdb66b

Please sign in to comment.