|
1 | 1 | {
|
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", |
| 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", |
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 |
| - "//": "==================================================================================================", |
14 |
| - "//": "custom rules defined in dist/rules/**", |
| 13 | + "//03": "==================================================================================================", |
| 14 | + "//04": "custom rules defined in dist/rules/**", |
15 | 15 | "defocus": true,
|
16 | 16 | "import-groups": true,
|
17 | 17 | "non-null-operator": true,
|
18 | 18 | "no-global-tslint-disable": true,
|
19 | 19 | "single-eof-line": true,
|
20 |
| - "//": "==================================================================================================", |
| 20 | + "//05": "==================================================================================================", |
21 | 21 |
|
22 |
| - "//": "==================================================================================================", |
23 |
| - "//": "tslint-sonarts rules. See https://github.com/SonarSource/SonarTS", |
24 |
| - "//": "These rules are part of the bug detection section of tslint-sonarts", |
| 22 | + "//06": "==================================================================================================", |
| 23 | + "//07": "tslint-sonarts rules. See https://github.com/SonarSource/SonarTS", |
| 24 | + "//08": "These rules are part of the bug detection section of tslint-sonarts", |
25 | 25 | "no-big-function": true,
|
26 | 26 | "no-all-duplicated-branches": true,
|
27 | 27 | "no-case-with-or": true,
|
|
40 | 40 | "no-useless-increment": true,
|
41 | 41 | "no-useless-intersection": true,
|
42 | 42 |
|
43 |
| - "//": "These rules are part of the code smell detection section of tslint-sonarts", |
| 43 | + "//09": "These rules are part of the code smell detection section of tslint-sonarts", |
44 | 44 | "no-dead-store": true,
|
45 | 45 | "no-useless-intersection": true,
|
46 |
| - "//": "==================================================================================================", |
| 46 | + "//10": "==================================================================================================", |
47 | 47 |
|
48 |
| - "//": "==================================================================================================", |
49 |
| - "//": "base tslint rules", |
| 48 | + "//11": "==================================================================================================", |
| 49 | + "//12": "base tslint rules", |
50 | 50 | "no-floating-promises": true,
|
51 | 51 | "no-implicit-dependencies": true,
|
52 | 52 | "no-import-side-effect": [true, {"ignore-module": "^(?!rxjs\/)"}],
|
|
0 commit comments