SonarTS icon indicating copy to clipboard operation
SonarTS copied to clipboard

Static code analyzer for TypeScript

Results 59 SonarTS issues
Sort by recently updated
recently updated
newest added

Implements [RSPEC-1172](https://jira.sonarsource.com/browse/RSPEC-1172)

new-rule
common-rule

Implements [RSPEC-1151](https://jira.sonarsource.com/browse/RSPEC-1151)

new-rule
common-rule

Implements [RSPEC-1135](https://jira.sonarsource.com/browse/RSPEC-1135)

new-rule
common-rule

Implements [RSPEC-1134](https://jira.sonarsource.com/browse/RSPEC-1134)

new-rule
common-rule

Implements [RSPEC-126](https://jira.sonarsource.com/browse/RSPEC-126)

new-rule
common-rule

Implements [RSPEC-1067](https://jira.sonarsource.com/browse/RSPEC-1067)

new-rule
common-rule

Implements [RSPEC-134](https://jira.sonarsource.com/browse/RSPEC-134)

new-rule
common-rule

Implements [RSPEC-100](https://jira.sonarsource.com/browse/RSPEC-100)

new-rule
common-rule

[RSPEC-4412](https://jira.sonarsource.com/browse/RSPEC-4412) ``` function foo(... rest1: any[]) { bar(rest1); } function bar(... rest2: any[]) { } foo(1, 2); // rest2 will have value [[1, 2]] ```

new-rule