简体   繁体   English

将自定义问题发布到声纳sonarqube?

[英]Custom issue posting to sonar sonarqube?

I am working with sonarqube ,and i need to display some custom issues which reported by my SDK in sonarqube web console . 我正在使用sonarqube,并且需要显示一些自定义问题,这些问题由我的SDK在sonarqube Web控制台中报告。 Is there any API available to post custom issues or give me any suggestion to do the same. 是否有任何API可以发布自定义问题或给我任何建议以执行相同操作。

Thanks in advance 提前致谢

You would need to implement the rules in a custom plugin. 您将需要在自定义插件中实施规则。 You don't list a language, so I'll assume Java and point you at the documentation for implementing custom Java rules: https://docs.sonarqube.org/display/PLUG/Custom+Rules+for+Java 您没有列出语言,所以我假设使用Java,并向您介绍实现自定义Java规则的文档: https : //docs.sonarqube.org/display/PLUG/Custom+Rules+for+Java

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM