-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cppcheck plugin (MISRA) #41
Comments
Hi @antoniomolram, thanks for suggestion. I myself won't have the bandwidth for it though. Please feel free to send pull requests! :) |
I've been experimenting with this lately. Adding support for addons (like MISRA) is pretty straightforward but it doesn't work due to Code Climate mounting the code directory as read only when running This can be worked around though by running |
So I've been investigating this, it seems like when we run I'll take another look some time, but for now it seems like this is broken and not possible. |
Hi,
first of all I wanted to thank your great work!
I saw on the cppcheck documentation that exist a way to configure cppcheck to check according to some C Standard via cppcheck plugins.
http://cppcheck.sourceforge.net/manual.pdf
Chapter 10
http://cppcheck.sourceforge.net/misra.php
What do you think about the integration into your codeclimate-cppcheck repo?
Regards,
Antonio
The text was updated successfully, but these errors were encountered: