QiuminGe / cpp-check-lint

MIT License
12 stars 7 forks source link

Add support for cppcheck premium #49

Closed Chr157i4n closed 1 month ago

Chr157i4n commented 2 months ago

The Cppcheck premium version uses the argument --premium for additional check like MisraC instead of --addon.

https://files.cppchecksolutions.com/manual.pdf

cppcheck --premium=misra-c-2012 ....