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

**I want to report a bug.** **SonarTS version:** 5.0 **Node.js version:** 11.6.0 **TypeScript version:** 2.8.3 **SonarQube version:** 7.4 **Reproducer** **Logs** ``` // logs of analysis if relevant ``` INFO: Analyzing...

**I want to report a bug.** **SonarTS version:** 1.9 **Node.js version:** 10.16.0 **TypeScript version:** 3.6.4 **SonarQube version:** 8.0.0.29455 **TSLint version:** 5.20.0 **Logs** ``` INFO: Analyzing 520 typescript file(s) with the...

**I want to report a bug.** I'm actually quite shocked no one else has reported this, given how often we run into it. SonarQube analysis of many of our TypeScript...

**I want to report a bug.** **SonarTS version:** SonarCloud **Rule key:** typescript:S2814 **Reproducer** ``` declare namespace Company.Product.WebApi.Features.Resource.GetResource.GetResource { interface Request { type: ResourceType; } interface Response { result: number; }...

I have project VueJs+TS an have log: > 13:57:15.114 DEBUG: Load plugins > 13:57:15.128 DEBUG: Load plugins (done) | time=14ms > 13:57:15.141 DEBUG: API compatibility mode is enabled on plugin...

**I want to request a feature.** We use [tslint-sonarts](https://www.npmjs.com/package/tslint-sonarts) on the project before we check it with Sonar. When there is an issue we won't fix, we disable the lint...

**I want to report a bug.** **SonarTS version:** 2.1 **Node.js version:** 10 **TypeScript version:** 3.5.3 **SonarQube version:** 8.0 **SonarLint version and used IDE:** Intellij IDEA **TSLint version:** 5.20.1 **Rule key:**...

**I want to report a bug.** I want to report a bug where 'arguments-order' rule threw an error for a specific code. **SonarTS version:** 1.9.0 **Node.js version:** 10.14.2 **TypeScript version:**...

bug

**I want to report a bug.** **SonarTS version:** 1.9.0 **Node.js version:** 12.13.0 **TypeScript version:** 3.7.2 **TSLint version:** 5.18.0 **Rule key:** no-invalid-await **Reproducer** ``` interface SomeCallable { (cb: Function): Promise; }...

**I want to report a bug.** **SonarTS version:** sonarsource.sonarlint-vscode 1.11.0 **Node.js version:** 10.15.3 **TypeScript version:** 3.6.4 **SonarLint version and used IDE:** sonarsource.sonarlint-vscode 1.11.0 **TSLint version:** 5.20.0 **Rule key:** S4144 **Reproducer**...