JacobDomagala / StaticAnalysis

GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.
MIT License
29 stars 10 forks source link

Add GitHub input variable to for cppcheck arguments #1

Closed JacobDomagala closed 3 years ago

JacobDomagala commented 3 years ago

Right now cppckech uses hardcoded args: --enable=all --suppress=missingInclude --inline-suppr --inconclusive

Allow the user to pass the args in GitHub action