I am using CPPCheck-2.6 GUI on windows. I tried creating "misra_rules.txt" out of "misra_C_2012.pdf" file using python script as per below. I could see .txt & .json file generated but they are empty.
As the script didn't work for me so, I copied Appendix A rules of MISRA_C_2012.pdf into text file manually. I added this file in addons but still not applied on source files. Attaching the generated rules.txt file for reference. What i am doing wrong here, please help me on this.
Hi,
Thanks!
I am using CPPCheck-2.6 GUI on windows. I tried creating "misra_rules.txt" out of "misra_C_2012.pdf" file using python script as per below. I could see .txt & .json file generated but they are empty.
"python3 scripts/cppcheck-misra-parsetexts.py /path/to/MISRA_C_2012.pdf"
As the script didn't work for me so, I copied Appendix A rules of MISRA_C_2012.pdf into text file manually. I added this file in addons but still not applied on source files. Attaching the generated rules.txt file for reference. What i am doing wrong here, please help me on this.