康雪儿 发表于 2016-5-25 07:46:31

SonarQube JavaScript 2.10 发布

欢迎加入运维网交流群:263444886  
                  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
  规则主要是:

[*]  “delete” should be used only with object properties (bug)
[*]
  The>
[*]  Strings and non-strings should not be added (suspicious)
[*]  Parameters should be passed in the correct order (bug)
[*]  Multiline blocks should be enclosed in curly braces (bug,cwe)
[*]  Loop counters should not be assigned to from within the loop body (suspicious)
[*]  Increment (++) and decrement (–) operators should not be used in a method call or mixed with other operators in an expression (cert, misra)
[*]  Comparison operators should not be used with strings (suspicious)

  详细改进请看>
页: [1]
查看完整版本: SonarQube JavaScript 2.10 发布