@@ -119,7 +119,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
119
119
errors : [
120
120
{
121
121
messageId : "redundantBlock" ,
122
- type : "BlockStatement" ,
123
122
} ,
124
123
] ,
125
124
} ,
@@ -128,7 +127,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
128
127
errors : [
129
128
{
130
129
messageId : "redundantBlock" ,
131
- type : "BlockStatement" ,
132
130
} ,
133
131
] ,
134
132
} ,
@@ -137,7 +135,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
137
135
errors : [
138
136
{
139
137
messageId : "redundantBlock" ,
140
- type : "BlockStatement" ,
141
138
} ,
142
139
] ,
143
140
} ,
@@ -146,7 +143,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
146
143
errors : [
147
144
{
148
145
messageId : "redundantNestedBlock" ,
149
- type : "BlockStatement" ,
150
146
} ,
151
147
] ,
152
148
} ,
@@ -155,12 +151,10 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
155
151
errors : [
156
152
{
157
153
messageId : "redundantBlock" ,
158
- type : "BlockStatement" ,
159
154
line : 1 ,
160
155
} ,
161
156
{
162
157
messageId : "redundantNestedBlock" ,
163
- type : "BlockStatement" ,
164
158
line : 2 ,
165
159
} ,
166
160
] ,
@@ -170,7 +164,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
170
164
errors : [
171
165
{
172
166
messageId : "redundantNestedBlock" ,
173
- type : "BlockStatement" ,
174
167
} ,
175
168
] ,
176
169
} ,
@@ -179,7 +172,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
179
172
errors : [
180
173
{
181
174
messageId : "redundantNestedBlock" ,
182
- type : "BlockStatement" ,
183
175
} ,
184
176
] ,
185
177
} ,
@@ -191,7 +183,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
191
183
errors : [
192
184
{
193
185
messageId : "redundantBlock" ,
194
- type : "BlockStatement" ,
195
186
} ,
196
187
] ,
197
188
} ,
@@ -201,7 +192,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
201
192
errors : [
202
193
{
203
194
messageId : "redundantBlock" ,
204
- type : "BlockStatement" ,
205
195
} ,
206
196
] ,
207
197
} ,
@@ -212,7 +202,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
212
202
errors : [
213
203
{
214
204
messageId : "redundantNestedBlock" ,
215
- type : "BlockStatement" ,
216
205
line : 2 ,
217
206
} ,
218
207
] ,
@@ -223,7 +212,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
223
212
errors : [
224
213
{
225
214
messageId : "redundantBlock" ,
226
- type : "BlockStatement" ,
227
215
line : 1 ,
228
216
} ,
229
217
] ,
@@ -234,17 +222,14 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
234
222
errors : [
235
223
{
236
224
messageId : "redundantBlock" ,
237
- type : "BlockStatement" ,
238
225
line : 1 ,
239
226
} ,
240
227
{
241
228
messageId : "redundantNestedBlock" ,
242
- type : "BlockStatement" ,
243
229
line : 2 ,
244
230
} ,
245
231
{
246
232
messageId : "redundantBlock" ,
247
- type : "BlockStatement" ,
248
233
line : 4 ,
249
234
} ,
250
235
] ,
@@ -262,7 +247,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
262
247
errors : [
263
248
{
264
249
messageId : "redundantBlock" ,
265
- type : "BlockStatement" ,
266
250
line : 5 ,
267
251
} ,
268
252
] ,
@@ -280,7 +264,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
280
264
errors : [
281
265
{
282
266
messageId : "redundantBlock" ,
283
- type : "BlockStatement" ,
284
267
line : 4 ,
285
268
} ,
286
269
] ,
@@ -297,7 +280,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
297
280
errors : [
298
281
{
299
282
messageId : "redundantNestedBlock" ,
300
- type : "BlockStatement" ,
301
283
line : 3 ,
302
284
} ,
303
285
] ,
@@ -313,7 +295,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
313
295
errors : [
314
296
{
315
297
messageId : "redundantNestedBlock" ,
316
- type : "BlockStatement" ,
317
298
line : 3 ,
318
299
} ,
319
300
] ,
@@ -334,7 +315,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
334
315
errors : [
335
316
{
336
317
messageId : "redundantNestedBlock" ,
337
- type : "BlockStatement" ,
338
318
line : 5 ,
339
319
} ,
340
320
] ,
@@ -356,7 +336,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
356
336
errors : [
357
337
{
358
338
messageId : "redundantNestedBlock" ,
359
- type : "BlockStatement" ,
360
339
line : 5 ,
361
340
} ,
362
341
] ,
@@ -375,7 +354,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
375
354
errors : [
376
355
{
377
356
messageId : "redundantNestedBlock" ,
378
- type : "BlockStatement" ,
379
357
line : 4 ,
380
358
} ,
381
359
] ,
@@ -394,7 +372,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
394
372
errors : [
395
373
{
396
374
messageId : "redundantNestedBlock" ,
397
- type : "BlockStatement" ,
398
375
line : 4 ,
399
376
} ,
400
377
] ,
@@ -413,7 +390,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
413
390
errors : [
414
391
{
415
392
messageId : "redundantNestedBlock" ,
416
- type : "BlockStatement" ,
417
393
line : 4 ,
418
394
} ,
419
395
] ,
@@ -432,7 +408,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
432
408
errors : [
433
409
{
434
410
messageId : "redundantNestedBlock" ,
435
- type : "BlockStatement" ,
436
411
line : 4 ,
437
412
} ,
438
413
] ,
@@ -451,7 +426,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
451
426
errors : [
452
427
{
453
428
messageId : "redundantNestedBlock" ,
454
- type : "BlockStatement" ,
455
429
line : 4 ,
456
430
} ,
457
431
] ,
@@ -471,7 +445,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
471
445
errors : [
472
446
{
473
447
messageId : "redundantNestedBlock" ,
474
- type : "BlockStatement" ,
475
448
line : 4 ,
476
449
} ,
477
450
] ,
@@ -491,7 +464,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
491
464
errors : [
492
465
{
493
466
messageId : "redundantNestedBlock" ,
494
- type : "BlockStatement" ,
495
467
line : 5 ,
496
468
} ,
497
469
] ,
@@ -511,7 +483,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
511
483
errors : [
512
484
{
513
485
messageId : "redundantNestedBlock" ,
514
- type : "BlockStatement" ,
515
486
line : 4 ,
516
487
} ,
517
488
] ,
@@ -531,7 +502,6 @@ ruleTester.run("no-lone-blocks", fixedUpRule, {
531
502
errors : [
532
503
{
533
504
messageId : "redundantNestedBlock" ,
534
- type : "BlockStatement" ,
535
505
line : 5 ,
536
506
} ,
537
507
] ,
0 commit comments