You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{test}from'../exclude/utils';// TS6059:: File 'exclude/utils.ts' is not under 'rootDir' '.../configuration-errors'. 'rootDir' is expected to contain all source files.
| 🚨 _error_| TS2683: 'this' implicitly has type 'any' because it does not have a type annotation. |[`tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts)| 3 |
34
-
| 🚨 _error_| TS2322: Type 'null' is not assignable to type 'string'. |[`tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts)| 7 |
35
-
| 🚨 _error_| TS2307: Cannot find module './non-existent' or its corresponding type declarations. |[`tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts)| 10 |
36
-
| 🚨 _error_| TS2349: This expression is not callable.<br /> Type 'Number' has no call signatures. |[`tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts)| 14 |
| 🚨 _error_| TS2683: 'this' implicitly has type 'any' because it does not have a type annotation. |[`tmp/e2e/plugin-typescript-e2e/src/2-semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/2-semantic-errors.ts)| 3 |
35
+
| 🚨 _error_| TS2322: Type 'null' is not assignable to type 'string'. |[`tmp/e2e/plugin-typescript-e2e/src/2-semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/2-semantic-errors.ts)| 7 |
36
+
| 🚨 _error_| TS2683: 'this' implicitly has type 'any' because it does not have a type annotation. |[`tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts)| 3 |
37
+
| 🚨 _error_| TS2322: Type 'null' is not assignable to type 'string'. |[`tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts)| 7 |
38
+
| 🚨 _error_| TS2307: Cannot find module './non-existent' or its corresponding type declarations. |[`tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts)| 10 |
39
+
| 🚨 _error_| TS2349: This expression is not callable.<br /> Type 'Number' has no call signatures. |[`tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/semantic-errors.ts)| 14 |
37
40
38
41
</details>
39
42
40
43
Errors that occur during type checking and type inference
41
44
42
45
### Configuration-Errors (Typescript)
43
46
44
-
🟩 **0** (score: 100)
47
+
<details>
48
+
<summary>🟥 <b>1</b> (score: 0)</summary>
45
49
46
-
Errors that occur when parsing TypeScript configuration files
| 🚨 _error_| TS6059: File '/Users/michael_hladky/WebstormProjects/quality-metrics-cli/tmp/e2e/plugin-typescript-e2e/exclude/utils.ts' is not under 'rootDir' 'src'. 'rootDir' is expected to contain all source files. |[`tmp/e2e/plugin-typescript-e2e/src/6-configuration-errors.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/6-configuration-errors.ts)| 1 |
49
55
50
-
🟩 **0** (score: 100)
56
+
</details>
51
57
52
-
Errors that occur during TypeScript internal operations
58
+
Errors that occur when parsing TypeScript configuration files
53
59
54
60
### Language-Service-Errors (Typescript)
55
61
56
-
🟩 **0** (score: 100)
62
+
<details>
63
+
<summary>🟥 <b>1</b> (score: 0)</summary>
57
64
58
-
Errors that occur during TypeScript language service operations
| 🚨 _error_| TS4112: This member cannot have an 'override' modifier because its containing class 'Standalone' does not extend another class. |[`tmp/e2e/plugin-typescript-e2e/src/4-languale-service.ts`](../../../tmp/e2e/plugin-typescript-e2e/src/4-languale-service.ts)| 2 |
61
70
62
-
🟩 **0** (score: 100)
71
+
</details>
63
72
64
-
Suggestions for improving code quality and maintainability
73
+
Errors that occur during TypeScript language service operations
0 commit comments