This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
SonarTS 1.4
We are happy to announce SonarTS 1.4.0 (New Year Edition 🍾 ).
This version includes 4 new rules:
- Sections of code should not be "commented out" (
no-commented-code
) - Wrapper objects should not be used for primitive types (
use-primitive-type
) - Logical OR should not be used in switch cases (
no-case-with-or
) - Local variables should not be declared and then immediately returned or thrown (
prefer-immediate-return
)
For SonarQube users the version contains new features:
- secondary locations for issues
- symbol highlighting
- effort to fix is computed dynamically
You can find the details of this release in this milestone: https://github.com/SonarSource/SonarTS/milestone/9?closed=1
You can provide any feedback, as usual, on GitHub Issues.