我正在使用AngularJs,Javascript和jQuery编写应用程序。我安装了SonarQube来运行分析。它给了我很好的恢复,我能够根据SonarQube显示的错误更新我的代码。
但是,我想为SonarQube中没有的代码编写自定义规则。任何人都可以建议我一些相同的例子。我是SonarQube的新手。
答案 0 :(得分:1)
编写自定义规则的一些文档https://docs.sonarqube.org/display/PLUG/Custom+Rules+for+SonarJS
示例项目https://github.com/SonarSource/sonar-custom-rules-examples/tree/master/javascript-custom-rules
有关规则的更多示例,请参阅SonarJS本身https://github.com/SonarSource/sonar-javascript/tree/master/javascript-checks/src/main/java/org/sonar/javascript/checks