发布于 2016-05-31 00:29:23 | 86 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube JavaScript 2.13 发布了,
改进记录如下:
[SONARJS-692] - False Positive BooleanEqualityComparisonCheck: not condition expression
[SONARJS-693] - False Positive EqualInForLoopTerminationCheck: complex condition
[SONARJS-697] - Exception on function call on Angular module with empty array
[SONARJS-702] - FP in DeadStore on complex left-hand side expression
[SONARJS-659] - Rule: Properties should not be accessed on an undefined or null value
[SONARJS-700] - Provide an easy way to unit test precise issue locations
[SONARJS-706] - Highlight pairs of curly braces
[SONARJS-694] - Remove "Sonar Security Way" quality profile
详情访问:SonarQube JavaScript 2.13 Released