Thanks for the clarification Georgy.
Hello, Thanks for the response. I am using cppcheck version 1.86. Yes I corrected the error in JSON.
I am using cppcheck version 1.86.
I get the error "cppcheck: error: unrecognized command line option: "--addon=misra.json" when I execute the following command "cppcheck --enable=all --addon=misra.json --xml ./ 2> report.xml" Here is the contents of my misra.json file, { "script": "misra.py", "args": "--rule-texts=misra_rules.txt", } Could you plesse let me know whats the issue here?