This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
SonarTS 1.8
andrea-guarino-sonarsource
released this
13 Sep 13:15
·
82 commits
to master
since this release
We are happy to announce SonarTS 1.8
This version includes:
- Support of TypeScript 3
- 4 new rules
- Function returns should not be invariant (
no-invariant-return
) - Collapsible "if" statements should be merged (
no-collapsible-if
) - Boolean checks should not be inverted (
no-inverted-boolean-check
) - Optional property declarations should use '?' syntax (
prefer-optional
)
- Function returns should not be invariant (
- Several improvements to existing rules
For SonarQube users the version contains:
- Support analysis even when
tsconfig.json
file is missing - Possibility to specify path to a tsconfig JSON file (see
SonarTS documentation
)
You can find the details of this release in this milestone: https://github.com/SonarSource/SonarTS/milestone/14?closed=1
You can provide any feedback, as usual, on GitHub Issues.