Hi forum ,
I am using the python script for checking the compliance with MISRA C coding standard. I run the command in the following way (checking just one file)
cppcheck --dump inverter.c python misra.py --rule-texts=misra_rules_texts.txt inverter.c.dump
For sure in the relative header file (inverter.h) is present the declaration of the functions..
How can I fix it ?
Thanks a lot
which specific misra rule do you have problems with.
Log in to post a comment.
Hi forum ,
I am using the python script for checking the compliance with MISRA C coding standard.
I run the command in the following way (checking just one file)
cppcheck --dump inverter.c
python misra.py --rule-texts=misra_rules_texts.txt inverter.c.dump
For sure in the relative header file (inverter.h) is present the declaration of the functions..
How can I fix it ?
Thanks a lot
which specific misra rule do you have problems with.