|
1 | 1 | {
|
2 |
| - "//00": "Consider using no-identical-functions and disabling in faulty tests", |
3 |
| - "//01": "Consider using cognitive-complexity and refactor", |
4 |
| - "//02": "Consider using no-useless-cast but it's annoying", |
| 2 | + // Consider using no-identical-functions and disabling in faulty tests |
| 3 | + // Consider using cognitive-complexity and refactor |
| 4 | + // Consider using no-useless-cast but it's annoying |
5 | 5 | "extends": [
|
6 | 6 | "tslint-no-circular-imports"
|
7 | 7 | ],
|
|
10 | 10 | "node_modules/tslint-sonarts/lib/rules"
|
11 | 11 | ],
|
12 | 12 | "rules": {
|
13 |
| - "//03": "==================================================================================================", |
14 |
| - "//04": "custom rules defined in etc/rules/**", |
| 13 | + // ================================================================================================== |
| 14 | + // custom rules defined in etc/rules/** |
15 | 15 | "defocus": true,
|
16 | 16 | "import-groups": true,
|
17 | 17 | "no-global-tslint-disable": true,
|
18 | 18 | "single-eof-line": true,
|
19 |
| - "//05": "==================================================================================================", |
20 |
| - |
21 |
| - "//06": "==================================================================================================", |
22 |
| - "//07": "tslint-sonarts rules. See https://github.com/SonarSource/SonarTS", |
23 |
| - "//08": "These rules are part of the bug detection section of tslint-sonarts", |
| 19 | + // ================================================================================================== |
| 20 | + // tslint-sonarts rules. See https://github.com/SonarSource/SonarTS |
| 21 | + // These rules are part of the bug detection section of tslint-sonarts |
24 | 22 | "no-big-function": true,
|
25 | 23 | "no-all-duplicated-branches": true,
|
26 | 24 | "no-case-with-or": true,
|
|
38 | 36 | "no-use-of-empty-return-value": true,
|
39 | 37 | "no-useless-increment": true,
|
40 | 38 |
|
41 |
| - "//09": "These rules are part of the code smell detection section of tslint-sonarts", |
| 39 | + //These rules are part of the code smell detection section of tslint-sonarts |
42 | 40 | "no-dead-store": true,
|
43 | 41 | "no-useless-intersection": true,
|
44 |
| - "//10": "==================================================================================================", |
45 |
| - |
46 |
| - "//11": "==================================================================================================", |
47 |
| - "//12": "base tslint rules", |
| 42 | + // ================================================================================================== |
| 43 | + // base tslint rules |
48 | 44 | "arrow-return-shorthand": true,
|
49 | 45 | "no-duplicate-imports": true,
|
50 | 46 | "no-angle-bracket-type-assertion": true,
|
|
0 commit comments