SonarQube社区cxx插件忽略了Clang静态分析器报告

SonarQube社区cxx插件忽略了Clang静态分析器报告,sonarqube,clang-static-analyzer,Sonarqube,Clang Static Analyzer,我试图将Clang static analyzer报告上载到SonarQube(我将sonar.cxx.clangsa.reportPath=analyzer_reports/*/*.plist设置到包含.plist文件的扫描生成输出目录),但它们被愉快地忽略了,消息如下: 'C++ (Community) ClangSASensor' skipped because there is no related rule activated in the quality profile 'C++

我试图将Clang static analyzer报告上载到SonarQube(我将
sonar.cxx.clangsa.reportPath=analyzer_reports/*/*.plist
设置到包含.plist文件的扫描生成输出目录),但它们被愉快地忽略了,消息如下:

'C++ (Community) ClangSASensor' skipped because there is no related rule activated in the quality profile

'C++ (Community) ClangSASensor' skipped because there is no related file in current project

'C++ (Community) ClangSASensor' skipped because there is no related rule activated in the quality profile
我运行了
sonar cxx/cxx sensors/src/tools/clangsa_createrules.py
并将输出复制到质量配置文件中,但没有结果

有什么建议吗?有人成功地做到了这一点吗