JacobDomagala / StaticAnalysis

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

Add option to select which tool to use #103

Open JacobDomagala opened 1 year ago

JacobDomagala commented 1 year ago

Allow user to control which tool is being used (sometime cppcheck can take a long time to complete, so it could be useful to disable it)