Hacker News new | ask | show | jobs
by kwhitefoot 2390 days ago
Is it possible to check for compliance with MISRA-C rules programmatically?

If it is then it can be made part of the build process and the effect will be the same: the binary will not get built if the rules are violated.

1 comments

It is, but many developers have allergy to static analysers.