vscodeenv

Results 13 comments of vscodeenv

> 我可以帮你自定义支持中国短信通知 你的意思是通过规则引擎来做吗

Thank you very much for your reply. I confirm that the XML file generated by cppckeck command contains items that do not conform to MISRA rules, but the format of...

cppcheck --addon="/home/cppcheck/cppcheck-1.90/addons/misra.py" --enable=all --inconclusive --xml-version=2 --platform=unix32 ./user 1>cppcheck-result.xml 2>&1 ![1121](https://github.com/SonarOpenCommunity/sonar-cxx/assets/149743356/98706ec3-be94-4435-a148-993b497608e3) The above is the result of checking by using cppcheck1.9 command in linux, but this result shows that sonar can...

Thank you for your reply. Here are some screenshots of my Settings ![图片1](https://github.com/SonarOpenCommunity/sonar-cxx/assets/149743356/bb12fda5-53d6-4a89-aac3-bf3c6b655586) ![图片2](https://github.com/SonarOpenCommunity/sonar-cxx/assets/149743356/7b6d11b9-212c-4a11-a31e-574c48648c36)

![图片3](https://github.com/SonarOpenCommunity/sonar-cxx/assets/149743356/43de0126-ef63-47b4-ace5-f227625accb6) ![图片4](https://github.com/SonarOpenCommunity/sonar-cxx/assets/149743356/d36b7b9a-caa7-4815-9f34-3f2390c23e06)

I have checked that the output xml file by cppcheck contains some information about MISRA rules, and sonarqube has also done some Settings through some network tutorials, so I can...

I see MISRA rules in the rules created by sonarqube. My sonarqube version is 8.9.10; Plugin-sona-xx-plugin-2.0.7.3119; Gotlab16.3

![图片5](https://github.com/SonarOpenCommunity/sonar-cxx/assets/149743356/f9c64c5d-3379-4332-b9a9-3c490756121e)

![图片2](https://github.com/SonarOpenCommunity/sonar-cxx/assets/149743356/45a4a3c0-c8c5-4e9c-885d-a5ce18c3934a) 感谢您的提醒,我在输出里面看到了这个,改了路径以后好像就可以看到违反misra的规则在sonarqube里面

![图片3](https://github.com/SonarOpenCommunity/sonar-cxx/assets/149743356/ddf75284-5fae-4186-91e2-99a5165bba9e)