Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

SonarTS 1.6

Choose a tag to compare

@vilchik-elena vilchik-elena released this 23 Feb 17:27
· 169 commits to master since this release
5ae76d8

We are happy to announce SonarTS 1.6

This version includes 9 new rules:

For SonarQube users the version contains even more rules:

  • Private properties that are only assigned in the constructor or at declaration should be "readonly"
  • Assignments should not be made from within conditions
  • Unchanged variables should be marked "const"
  • Comma operator should not be used

You can find the details of this release in this milestone: https://github.com/SonarSource/SonarTS/milestone/10?closed=1

You can provide any feedback, as usual, on GitHub Issues.