We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The Travis CI runner ran cppcheck which we don't have anymore
To Reproduce Submit pull request, notice that Travis CI doesn't run anymore.
Expected behavior A success or failure report of a cppcheck run.
Code snips Check from travis.yml
# Check versions - cppcheck --version #cppcheck flight software psp/fsw - cppcheck --force --inline-suppr --std=c99 --language=c --error-exitcode=1 --enable=warning,performance,portability,style --suppress=variableScope --inconclusive fsw 2>cppcheck_flight_psp.txt - | if [[ -s cppcheck_flight_psp.txt ]]; then echo "You must fix cppcheck errors before submitting a pull request" echo "" cat cppcheck_flight_psp.txt exit -1 fi
System observed on: n/a
Additional context Part of ongoing TravisCI to GitHub Actions migration
The text was updated successfully, but these errors were encountered:
Fix nasa#232, Add cppcheck GitHub Action workflow
b9f4b87
Merge pull request #233 from astrogeco/add-cpp-check-workflow
daac624
Fix #232, Re-add automated static code analysis
2623cee
Successfully merging a pull request may close this issue.
Describe the bug
The Travis CI runner ran cppcheck which we don't have anymore
To Reproduce
Submit pull request, notice that Travis CI doesn't run anymore.
Expected behavior
A success or failure report of a cppcheck run.
Code snips
Check from travis.yml
System observed on:
n/a
Additional context
Part of ongoing TravisCI to GitHub Actions migration
The text was updated successfully, but these errors were encountered: