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

CPPCheck rule name change #122

Closed eljonny closed 2 months ago

eljonny commented 2 months ago

It appears at some point CPPCheck changed the name of the missing includes rule from missingInclude to missingIncludeSystem. Submitting a PR to fix.