SonarQube JavaScript 2.17 发布
欢迎加入运维网交流群:263444886SonarQube JavaScript 2.17 发布了。
Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。
更新内容:
[*] “void” should not be used (Code Smell, confusing)
[*] The output of functions that don’t return anything should not be used (Bug)
Here is an example of a real life issue found by this bug detection rule
Bug 修复
[*] - Incorrect Parsing: object and array binding pattern in assignment lhs
提升
[*] - Extend the list of valid types for "typeof" expression
[*] - Symbolic execution: false positive in array/object assignment pattern
[*] - Symbolic Execution: compound condition symbolic value
[*] - Improve EqEqEq: ignore comparisons with operands of same type
[*] - Remove expression from issue message for ParenthesesCheck
[*] - Improve message for TooManyArguments
[*] - Symbolic execution: track variables created with array/object binding pattern
[*]
- Extend rule DuplicatePropertyName: support>
下载地址:
[*] https://sonarsource.bintray.com/Distribution/sonar-javascript-plugin
页:
[1]