SonarLint for IntelliJ 2.3.1 发布
欢迎加入运维网交流群:263444886SonarLint for IntelliJ 2.3.1 发布了,该版本主要是bug和错误修复。
主要更新如下:
新规则:
[*] Calls should not be made to non-callable values (Bug)
[*] Functions should not be called both with and without “new” (Code Smell)
改进:
[*] The identity operator (“===”) should not be used with dissimilar types (Bug)
[*] Strings and non-strings should not be added (Code Smell)
[*] Comparison operators should not be used with strings (Code Smell)
[*] Unary operators “+” and “-” should not be used with objects (Bug)
ES2017语言特点:
[*] ES Class Fields & Static Properties
[*] export ns from
[*] export default from
[*] Async Functions
完整介绍请看 release note 或者访问 SonarLint for IntelliJ web site.
详情:http://www.sonarsource.com/2016/08/30/sonarlint-for-intellij-2-3-1-released/
页:
[1]