智能化下的产物,无人棋牌室
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 identity operator (“===”) should not be used with dissimilar types (bug)
- 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)
详细改进请看 release notes,请前往更新中心安装或者更新,文档提供在 product page。