-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdisabled-rules.json
302 lines (284 loc) · 10.6 KB
/
disabled-rules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
{
"no-ternary": "off",
"no-undefined": "off",
"prefer-arrow-callback": "off",
"id-match": "off",
"sort-vars": "off",
"vars-on-top": "off",
"no-restricted-imports": "off",
"id-denylist": "off",
"sort-imports": "off",
"sort-keys": "off",
"no-restricted-properties": "off",
"capitalized-comments": "off",
"max-lines-per-function": "off",
"no-restricted-exports": "off",
"no-div-regex": "off",
"class-methods-use-this": "off",
"prefer-object-has-own": "off",
"no-restricted-syntax": "off",
"line-comment-position": "off",
"no-inline-comments": "off",
"no-empty-character-class": "off",
"require-unicode-regexp": "off",
"promise/no-native": "off",
"promise/prefer-await-to-callbacks": "off",
"security/detect-object-injection": "off",
"security/detect-non-literal-fs-filename": "off",
"import/no-restricted-paths": "off",
"import/no-internal-modules": "off",
"import/no-relative-parent-imports": "off",
"import/no-nodejs-modules": "off",
"import/no-default-export": "off",
"import/no-named-export": "off",
"import/dynamic-import-chunkname": "off",
"import/no-unassigned-import": "off",
"import/group-exports": "off",
"import/consistent-type-specifier-style": "off",
"import/prefer-default-export": "off",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-keyword-prefix": "off",
"unicorn/no-process-exit": "off",
"unicorn/prefer-spread": "off",
"unicorn/expiring-todo-comments": "off",
"unicorn/string-content": "off",
"unicorn/prefer-set-has": "off",
"unicorn/no-array-reduce": "off",
"unicorn/no-useless-undefined": "off",
"unicorn/import-style": "off",
"unicorn/no-array-for-each": "off",
"unicorn/template-indent": "off",
"unicorn/require-post-message-target-origin": "off",
"unicorn/prefer-json-parse-buffer": "off",
"sonarjs/no-duplicate-string": "off",
"sonar/accessor-pairs": "off",
"sonar/alt-text": "off",
"sonar/anchor-has-content": "off",
"sonar/anchor-is-valid": "off",
"sonar/arguments-usage": "off",
"sonar/array-callback-without-return": "off",
"sonar/array-constructor": "off",
"sonar/arrow-function-convention": "off",
"sonar/bitwise-operators": "off",
"sonar/brace-style": "off",
"sonar/call-argument-line": "off",
"sonar/class-name": "off",
"sonar/code-eval": "off",
"sonar/comment-regex": "off",
"sonar/conditional-indentation": "off",
"sonar/constructor-for-side-effects": "off",
"sonar/content-length": "off",
"sonar/cyclomatic-complexity": "off",
"sonar/declarations-in-global-scope": "off",
"sonar/default-param-last": "off",
"sonar/deprecation": "off",
"sonar/destructuring-assignment-syntax": "off",
"sonar/different-types-comparison": "off",
"sonar/dns-prefetching": "off",
"sonar/duplicates-in-character-class": "off",
"sonar/encryption": "off",
"sonar/enforce-trailing-comma": "off",
"sonar/existing-groups": "off",
"sonar/file-header": "off",
"sonar/file-name-differ-from-class": "off",
"sonar/fixme-tag": "off",
"sonar/for-in": "off",
"sonar/for-loop-increment-sign": "off",
"sonar/function-inside-loop": "off",
"sonar/function-name": "off",
"sonar/future-reserved-words": "off",
"sonar/generator-without-yield": "off",
"sonar/html-has-lang": "off",
"sonar/inconsistent-function-call": "off",
"sonar/index-of-compare-to-positive-number": "off",
"sonar/jsx-key": "off",
"sonar/jsx-no-constructed-context-values": "off",
"sonar/jsx-no-useless-fragment": "off",
"sonar/label-has-associated-control": "off",
"sonar/label-position": "off",
"sonar/max-union-size": "off",
"sonar/media-has-caption": "off",
"sonar/mouse-events-a11y": "off",
"sonar/nested-control-flow": "off",
"sonar/new-operator-misuse": "off",
"sonar/no-base-to-string": "off",
"sonar/no-built-in-override": "off",
"sonar/no-case-label-in-switch": "off",
"sonar/no-commented-code": "off",
"sonar/no-delete-var": "off",
"sonar/no-duplicate-in-composite": "off",
"sonar/no-empty": "off",
"sonar/no-empty-alternatives": "off",
"sonar/no-empty-function": "off",
"sonar/no-empty-group": "off",
"sonar/no-empty-interface": "off",
"sonar/no-empty-test-file": "off",
"sonar/no-exclusive-tests": "off",
"sonar/no-extend-native": "off",
"sonar/no-extra-semi": "off",
"sonar/no-find-dom-node": "off",
"sonar/no-function-declaration-in-block": "off",
"sonar/no-global-this": "off",
"sonar/no-globals-shadowing": "off",
"sonar/no-ignored-exceptions": "off",
"sonar/no-implicit-dependencies": "off",
"sonar/no-implicit-global": "off",
"sonar/no-inconsistent-returns": "off",
"sonar/no-infinite-loop": "off",
"sonar/no-intrusive-permissions": "off",
"sonar/no-labels": "off",
"sonar/no-lonely-if": "off",
"sonar/no-misused-promises": "off",
"sonar/no-nested-assignment": "off",
"sonar/no-nested-conditional": "off",
"sonar/no-nested-incdec": "off",
"sonar/no-parameter-reassignment": "off",
"sonar/no-primitive-wrappers": "off",
"sonar/no-redeclare": "off",
"sonar/no-redundant-optional": "off",
"sonar/no-redundant-parentheses": "off",
"sonar/no-redundant-type-constituents": "off",
"sonar/no-reference-error": "off",
"sonar/no-require-or-define": "off",
"sonar/no-return-type-any": "off",
"sonar/no-self-compare": "off",
"sonar/no-tab": "off",
"sonar/no-this-alias": "off",
"sonar/no-throw-literal": "off",
"sonar/no-undefined-assignment": "off",
"sonar/no-unenclosed-multiline-block": "off",
"sonar/no-uniq-key": "off",
"sonar/no-unknown-property": "off",
"sonar/no-unreachable": "off",
"sonar/no-unsafe": "off",
"sonar/no-unstable-nested-components": "off",
"sonar/no-unthrown-error": "off",
"sonar/no-unused-expressions": "off",
"sonar/no-unused-function-argument": "off",
"sonar/no-unused-private-class-members": "off",
"sonar/no-useless-call": "off",
"sonar/no-useless-constructor": "off",
"sonar/no-useless-increment": "off",
"sonar/no-var": "off",
"sonar/no-variable-usage-before-declaration": "off",
"sonar/object-shorthand": "off",
"sonar/prefer-default-last": "off",
"sonar/prefer-enum-initializers": "off",
"sonar/prefer-for-of": "off",
"sonar/prefer-function-type": "off",
"sonar/prefer-namespace-keyword": "off",
"sonar/prefer-object-spread": "off",
"sonar/prefer-spread": "off",
"sonar/prefer-string-starts-ends-with": "off",
"sonar/prefer-template": "off",
"sonar/regular-expr": "off",
"sonar/rules-of-hooks": "off",
"sonar/semi": "off",
"sonar/shorthand-property-grouping": "off",
"sonar/single-char-in-character-classes": "off",
"sonar/single-character-alternation": "off",
"sonar/slow-regex": "off",
"sonar/sockets": "off",
"sonar/sonar-block-scoped-var": "off",
"sonar/sonar-jsx-no-leaked-render": "off",
"sonar/sonar-max-lines": "off",
"sonar/sonar-max-lines-per-function": "off",
"sonar/sonar-max-params": "off",
"sonar/sonar-no-control-regex": "off",
"sonar/sonar-no-dupe-keys": "off",
"sonar/sonar-no-empty-character-class": "off",
"sonar/sonar-no-fallthrough": "off",
"sonar/sonar-no-invalid-regexp": "off",
"sonar/sonar-no-magic-numbers": "off",
"sonar/sonar-no-misleading-character-class": "off",
"sonar/sonar-no-regex-spaces": "off",
"sonar/sonar-no-unused-class-component-methods": "off",
"sonar/sonar-no-unused-vars": "off",
"sonar/sonar-prefer-optional-chain": "off",
"sonar/sonar-prefer-read-only-props": "off",
"sonar/sonar-prefer-regexp-exec": "off",
"sonar/super-invocation": "off",
"sonar/switch-without-default": "off",
"sonar/todo-tag": "off",
"sonar/unicode-aware-regex": "off",
"sonar/unnecessary-character-escapes": "off",
"sonar/unused-import": "off",
"sonar/updated-const-var": "off",
"sonar/updated-loop-counter": "off",
"sonar/use-isnan": "off",
"sonar/use-type-alias": "off",
"sonar/useless-string-operation": "off",
"sonar/variable-name": "off",
"sonar/void-use": "off",
"sonar/web-sql-database": "off",
"sonar/assertions-in-tests": "off",
"sonar/chai-determinate-assertion": "off",
"sonar/disabled-timeout": "off",
"sonar/inverted-assertion-arguments": "off",
"sonar/no-code-after-done": "off",
"sonar/no-incomplete-assertions": "off",
"sonar/no-same-argument-assert": "off",
"sonar/test-check-exception": "off",
"sonar/expression-complexity": "off",
"sonar/regex-complexity": "off",
"sonar/too-many-break-or-continue-in-loop": "off",
"sonar/pseudo-random": "off",
"sonar/standard-input": "off",
"ramda/compose-pipe-style": "off",
"ramda/prefer-ramda-boolean": "off",
"eslint-comments/no-aggregating-enable": "off",
"eslint-comments/no-restricted-disable": "off",
"eslint-comments/require-description": "off",
"n/no-restricted-require": "off",
"n/no-restricted-import": "off",
"n/prefer-node-protocol": "off",
"n/file-extension-in-import": "off",
"regexp/sort-character-class-elements": "off",
"@html-eslint/require-meta-charset": "off",
"@html-eslint/id-naming-convention": "off",
"@html-eslint/no-restricted-attrs": "off",
"@html-eslint/no-restricted-attr-values": "off",
"@html-eslint/require-attrs": "off",
"@html-eslint/lowercase": "off",
"@html-eslint/require-open-graph-protocol": "off",
"vue/block-lang": "off",
"vue/no-bare-strings-in-template": "off",
"vue/no-restricted-block": "off",
"vue/no-restricted-call-after-await": "off",
"vue/no-restricted-class": "off",
"vue/no-restricted-component-options": "off",
"vue/no-restricted-custom-event": "off",
"vue/no-restricted-html-elements": "off",
"vue/no-restricted-props": "off",
"vue/no-restricted-static-attribute": "off",
"vue/no-restricted-syntax": "off",
"vue/no-restricted-v-bind": "off",
"vue/no-restricted-v-on": "off",
"vue/no-undef-components": "off",
"vue/no-undef-properties": "off",
"vue/no-unsupported-features": "off",
"vue/no-unused-properties": "off",
"vue/no-unused-refs": "off",
"vue/sort-keys": "off",
"vue/padding-line-between-tags": "off",
"vue/require-prop-comment": "off",
"vue/no-restricted-component-names": "off",
"vue/max-lines-per-block": "off",
"vue/v-if-else-key": "off",
"vue-scoped-css/no-unused-selector": "off",
"total-functions/no-unsafe-mutable-readonly-assignment": "off",
"total-functions/no-enums": "off",
"total-functions/no-unsafe-type-assertion": "off",
"total-functions/no-hidden-type-assertions": "off",
"perfectionist/sort-classes": "off",
"perfectionist/sort-exports": "off",
"perfectionist/sort-imports": "off",
"perfectionist/sort-named-exports": "off",
"perfectionist/sort-named-imports": "off",
"perfectionist/sort-union-types": "off",
"perfectionist/sort-svelte-attributes": "off",
"perfectionist/sort-astro-attributes": "off",
"perfectionist/sort-vue-attributes": "off",
"perfectionist/sort-intersection-types": "off",
"yml/sort-keys": "off"
}