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

Fix default CPPCheck argument for suppressing missing includes. #123

Closed eljonny closed 5 months ago

eljonny commented 5 months ago

It appears at some point in CPPCheck the rule name changed from missingInclude to missingIncludeSystem.

Fixed a small spelling error.

Fixes #122