Export list of coding rules from Sonarqube

▼魔方 西西 提交于 2019-12-05 02:33:40
David RACODON - QA Consultant

You can use the /api/rules web service: http://docs.sonarqube.org/pages/viewpage.action?pageId=2392166

Check this out http://nemo.sonarqube.org/profiles

The initial Profile view just lists all the rules. You can click on the backup link and export the rules to an xml file. This xml file has the rule, the repositoryKey, the key...

I'm not really sure if this is what you want, but hope you find it useful!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!