This repository was archived by the owner on Apr 27, 2021. It is now read-only.
SonarTS 1.2.0 RC
Pre-release
Pre-release
·
298 commits
to master
since this release
We are starting the feedback period for SonarTS 1.2.0.
In this version we added a rule based on 💥symbolic execution💥 :
Conditions should not always evaluate to "true" or to "false"
On top of that, as usual there are new everyone-must-enable rules: (see some examples at the bottom)
- Type aliases should be used
- Redundant pairs of parentheses should be removed
- Redundant casts and not-null assertions should be avoided
- Map values should not be replaced unconditionally
- Method parameters, caught exceptions and foreach variables' initial values should not be ignored
Finally, this version improves the configuration options available for SonarQube projects:
If you want to try this release candidate with TSLint:
npm install --dev tslint-sonarts@1.2.0-0
If you want to try it with SonarQube install the attached jar.
Feedback period is open until Thursday, Nov 23.
Feel free to provide any kind of feedback 🙋, as usual just create a github issue.





