发布于 2016-01-16 00:48:10 | 85 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube JavaScript 2.10 发布,此版本主要改进:
Automatically detects minified files and so exclude them from the analysis
Provides a new “Sonar Security Way” quality profile containing only rules targeting the detection of bugs or security vulnerabilities
And embeds 8 new rules
规则主要是:
The identity operator (“===”) should not be used with dissimilar types (bug)
Multiline blocks should be enclosed in curly braces (bug,cwe)
Loop counters should not be assigned to from within the loop body (suspicious)
Comparison operators should not be used with strings (suspicious)
详细改进请看 release notes,请前往更新中心安装或者更新,文档提供在 product page。