这是存储我自己使用的cppcheck软件的插件。 misra的注释插件 将misra2012_cn.txt、misra2012_en.txt、misra.json放在自己本地,也可以放入cppcheck的软件目录,这样后续操作可以不带路径 misra.json说明,注意--rule-texts路径,换成misra2012_en.txt英文输出 { "script": "misra.py", "args": [ "--rule-texts...
"--rule-texts=misra.md", "--suppress-rules 2.7,3.1,7.2,7.4,8.2,8.4,8.9,8.14,9.2,10.1,10.3,10.4,10.5,10.6,11.1,11.3,11.5,11.8,12.1,12.3,13.3,13.4,14.2,14.4,15.5,16.3,16.4,16.5,16.6,17.7,17.8,18.4,18.8,19.2,20.5,20.7,21.15,21.16" ] } 728 changes: 728 additions & 0 deletions 728 ...
一、Go语言简介 如果你是Go语言新手,或如果你对"并发(Concurrency)不是并行(parallelism)"这句话毫无赶...
Fix #12427 (premium misra C rule texts) (#5969) danmarcommitted · 62 / 62 Verified 930f52c Commits on Feb 6, 2024 Fix #12411 (GUI: product name and version in xml) (#5947) danmarcommitted · 62 / 62 Verified eef13b6 Commits on Feb 3, 2024 Detect duplicate defines in cfg (#59...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
(for experts) === If you just want to build Cppcheck without dependencies then you can use this command: g++ -o cppcheck -Ilib cli/*.cpp lib/*.cpp If you want to use --rule and --rule-file then dependencies are needed: g++ -o cppcheck -lpcre -DHAVE_RULES -Ilib -Iexternals cl...