Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用插件提出问题,例如:https ://github.com/SonarSource/sonar-custom-plugin-example/blob/master/src/main/java/org/sonarsource/plugins/example/rules/CreateIssuesOnJavaFilesSensor.java
我希望能够在提出问题时添加评论,这可能吗?
或者,插件中有一种方法可以将评论添加为后期处理,还是我必须通过 web api 来完成?