forked from openid/ruby-openid
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rubocop_gradual.lock
712 lines (712 loc) · 62.9 KB
/
.rubocop_gradual.lock
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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
{
"bin/bundle:4028066867": [
[64, 5, 20, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2485198147]
],
"examples/active_record_openid_store/XXX_add_open_id_store_to_db.rb:2140874196": [
[3, 3, 588, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3366985859],
[20, 3, 91, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1106341699]
],
"examples/active_record_openid_store/XXX_upgrade_open_id_store.rb:2372122043": [
[4, 3, 292, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1058644071],
[14, 3, 318, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2173803993]
],
"examples/active_record_openid_store/lib/openid_ar_store.rb:2988318911": [
[29, 9, 34, "Style/InvertibleUnlessCondition: Prefer `if a.expires_in.nonzero?` over `unless a.expires_in.zero?`.", 520282744]
],
"examples/active_record_openid_store/test/store_test.rb:4072391564": [
[209, 5, 77, "Minitest/RefuteFalse: Prefer using `refute(@store.use_nonce(server_url, ts, salt), \"recent_nonce after cleanup\")`.", 3891537003]
],
"examples/discover:4237828920": [
[7, 1, 6, "Style/GlobalVars: Do not introduce global variables.", 3073907349],
[24, 7, 6, "Style/GlobalVars: Do not introduce global variables.", 3073907349],
[29, 7, 79, "Style/For: Prefer `each` over `for`.", 2403441437]
],
"examples/rails_openid/app/controllers/server_controller.rb:310545084": [
[90, 8, 50, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 1173516760],
[90, 15, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[141, 23, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[146, 66, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550]
],
"examples/rails_openid/config/application.rb:37951854": [
[50, 15, 9, "Naming/InclusiveLanguage: Consider replacing 'whitelist' with 'allowlist' or 'permit'.", 469122336],
[51, 33, 9, "Naming/InclusiveLanguage: Consider replacing 'whitelist' with 'allowlist' or 'permit'.", 469122336],
[52, 65, 9, "Naming/InclusiveLanguage: Consider replacing 'whitelist' with 'allowlist' or 'permit'.", 469122336],
[52, 78, 9, "Naming/InclusiveLanguage: Consider replacing 'blacklist' with 'denylist' or 'block'.", 3660646720],
[54, 26, 9, "Naming/InclusiveLanguage: Consider replacing 'whitelist' with 'allowlist' or 'permit'.", 469122336]
],
"examples/rails_openid/test/functional/login_controller_test.rb:2273895539": [
[8, 8, 3, "Layout/EndAlignment: `end` at 8, 7 is not aligned with `class` at 5, 0.", 193405706],
[19, 5, 12, "Minitest/UselessAssertion: Useless assertion detected.", 2511510896]
],
"examples/rails_openid/test/functional/server_controller_test.rb:667175155": [
[8, 8, 3, "Layout/EndAlignment: `end` at 8, 7 is not aligned with `class` at 5, 0.", 193405706],
[19, 5, 12, "Minitest/UselessAssertion: Useless assertion detected.", 2511510896]
],
"lib/hmac/hmac.rb:2320987708": [
[42, 7, 102, "Style/For: Prefer `each` over `for`.", 141019575],
[89, 5, 130, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2366241697],
[97, 5, 136, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 822383092]
],
"lib/openid/association.rb:1688874548": [
[7, 3, 221, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1899862968],
[26, 5, 751, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3266308441],
[50, 5, 154, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1890157839],
[149, 45, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[155, 90, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[179, 5, 285, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 796176558],
[190, 5, 263, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 263588636],
[219, 7, 99, "Style/For: Prefer `each` over `for`.", 781032692]
],
"lib/openid/consumer/associationmanager.rb:3125983805": [
[58, 23, 9, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 3603878063],
[60, 30, 13, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 2132475618],
[67, 23, 11, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 3318046031],
[69, 30, 15, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 2986356738],
[78, 23, 15, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 1745937094],
[79, 30, 25, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 3501034513],
[94, 7, 397, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3776746945],
[159, 58, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[176, 28, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[271, 7, 3, "Lint/IneffectiveAccessModifier: `protected` (on line 154) does not make singleton methods protected. Use `protected` inside a `class << self` block instead.", 193404514],
[271, 7, 317, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 396086752],
[310, 40, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806]
],
"lib/openid/consumer/discovery.rb:771283325": [
[82, 50, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[130, 25, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[145, 5, 223, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2614195864],
[155, 5, 739, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1527998342],
[165, 27, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[165, 50, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[180, 5, 864, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4018794406],
[210, 5, 265, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 373672457],
[219, 5, 511, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3316063732],
[239, 5, 381, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2059921948],
[253, 44, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[265, 3, 1823, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3218903155],
[282, 43, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[313, 3, 152, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 837487512],
[320, 3, 361, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 376189395],
[333, 3, 573, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 900947344],
[348, 3, 713, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3445101566],
[371, 3, 633, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2608187650],
[394, 3, 1462, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4102428152],
[440, 3, 982, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3475188269],
[470, 3, 486, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 85870846],
[472, 32, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[487, 3, 677, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 631869078],
[497, 28, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[509, 3, 170, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 343927248]
],
"lib/openid/consumer/discovery_manager.rb:1465637735": [
[47, 7, 415, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2381252915]
],
"lib/openid/consumer/html_parse.rb:2869781173": [
[22, 3, 114, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1658766339],
[26, 3, 117, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1535590347],
[34, 3, 1737, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1968005682],
[59, 16, 1, "Lint/AssignmentInCondition: Wrap assignment in parentheses if intentional", 177560],
[91, 5, 16, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 2127134117],
[96, 3, 254, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1800542362],
[108, 3, 212, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2707051651],
[116, 3, 361, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2025146561],
[131, 3, 344, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2788268418],
[137, 24, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240]
],
"lib/openid/consumer/idres.rb:3192353826": [
[18, 37, 10, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 1542326609],
[19, 42, 20, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 422307083],
[25, 7, 43, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 2792138045],
[33, 7, 48, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 1095443565],
[71, 9, 43, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 3459188814],
[168, 11, 30, "Style/InvertibleUnlessCondition: Prefer `if rt_val == bare_val` over `unless rt_val != bare_val`.", 780811326],
[269, 9, 32, "Style/InvertibleUnlessCondition: Prefer `if is_valid == \"true\"` over `unless is_valid != \"true\"`.", 3049525668],
[299, 9, 72, "Style/InvertibleUnlessCondition: Prefer `if @store.nil? || @store.use_nonce(server_url, time, extra)` over `unless [email protected]? && [email protected]_nonce(server_url, time, extra)`.", 2752413603],
[355, 9, 57, "Style/InvertibleUnlessCondition: Prefer `if @endpoint.claimed_id == to_match.claimed_id` over `unless @endpoint.claimed_id != to_match.claimed_id`.", 3332715157],
[428, 9, 466, "Style/For: Prefer `each` over `for`.", 255677739],
[429, 11, 419, "Style/For: Prefer `each` over `for`.", 730259390],
[456, 9, 143, "Style/For: Prefer `each` over `for`.", 3303244153]
],
"lib/openid/consumer/responses.rb:553064480": [
[31, 9, 38, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 710955324],
[48, 9, 46, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 4279840451]
],
"lib/openid/cryptutil.rb:2346731593": [
[32, 5, 68, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 33433268],
[37, 5, 59, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2498740062],
[41, 5, 171, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 216141853],
[47, 5, 63, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1057833566],
[51, 5, 177, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3411150301],
[60, 5, 214, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 125842397],
[73, 5, 154, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2301666000],
[81, 5, 217, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 897599771],
[93, 5, 80, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 936504201],
[98, 5, 82, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1329530532],
[102, 5, 186, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3562629295]
],
"lib/openid/dh.rb:3415820258": [
[20, 5, 84, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 464948698],
[52, 5, 3, "Lint/IneffectiveAccessModifier: `private` (on line 45) does not make singleton methods private. Use `private_class_method` or `private` inside a `class << self` block instead.", 193404514],
[52, 5, 435, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4063524761],
[54, 62, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[70, 5, 3, "Lint/IneffectiveAccessModifier: `private` (on line 45) does not make singleton methods private. Use `private_class_method` or `private` inside a `class << self` block instead.", 193404514],
[70, 5, 249, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1671549284]
],
"lib/openid/extensions/ax.rb:3559979558": [
[13, 5, 169, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 642402764],
[48, 9, 34, "Style/InvertibleUnlessCondition: Prefer `if actual_mode == @mode` over `unless actual_mode != @mode`.", 3596772208],
[104, 5, 342, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4174404327],
[185, 7, 819, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3760098988],
[188, 33, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[199, 25, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[440, 52, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[457, 23, 30, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 1808039685],
[470, 7, 373, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1666094598],
[499, 7, 255, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3997324945],
[502, 34, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[526, 82, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[536, 7, 185, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2393057382],
[547, 58, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806]
],
"lib/openid/extensions/oauth.rb:626768005": [
[32, 7, 212, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1662714184],
[62, 7, 231, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3920296437]
],
"lib/openid/extensions/pape.rb:2500732192": [
[49, 7, 209, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1353872427],
[63, 9, 121, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 1451264569],
[70, 26, 41, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 986556649],
[101, 7, 228, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3920296437],
[116, 66, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[128, 25, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[128, 45, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[154, 25, 7, "Performance/RangeInclude: Use `Range#cover?` instead of `Range#member?`.", 1205904490]
],
"lib/openid/extensions/sreg.rb:893419087": [
[98, 7, 411, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2730285120],
[126, 36, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[135, 36, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[189, 67, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[227, 7, 201, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2920278435],
[237, 7, 442, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 850652346]
],
"lib/openid/extensions/ui.rb:4031156278": [
[32, 7, 203, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1254387091]
],
"lib/openid/fetchers.rb:1654343316": [
[10, 72, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[94, 3, 160, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 407779678],
[99, 3, 88, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 834352859],
[100, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
[100, 39, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
[102, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
[105, 3, 55, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 702922609],
[106, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
[111, 3, 284, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2543934372],
[116, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
[181, 81, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[213, 71, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[230, 7, 80, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 3610119133],
[260, 29, 1, "Lint/AssignmentInCondition: Wrap assignment in parentheses if intentional", 177560]
],
"lib/openid/kvform.rb:3999429111": [
[2, 23, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[6, 5, 1352, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4285174228],
[48, 5, 1472, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2664258689],
[104, 5, 62, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 440967781],
[108, 5, 80, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2800167629]
],
"lib/openid/kvpost.rb:1266258696": [
[17, 5, 244, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2027637612],
[35, 5, 410, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2633894042],
[54, 3, 302, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2138086473],
[57, 5, 93, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 2065347935]
],
"lib/openid/message.rb:3209670032": [
[67, 36, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[70, 43, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[74, 34, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[91, 5, 510, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1643574646],
[94, 10, 51, "Performance/InefficientHashSearch: Use `#value?` instead of `#values.include?`.", 3072957018],
[125, 5, 544, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1616740397],
[130, 80, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[136, 31, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[150, 5, 115, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3449424395],
[171, 42, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[225, 5, 106, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3270016872],
[279, 7, 124, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 980989257],
[417, 7, 4, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 2089550317],
[431, 59, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[482, 32, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[498, 7, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916],
[499, 17, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[514, 7, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916],
[519, 7, 5, "Style/InfiniteLoop: Use `Kernel#loop` for infinite loops.", 191284826]
],
"lib/openid/server.rb:4282974231": [
[83, 7, 1000, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1001267496],
[98, 30, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[138, 9, 2, "Lint/UselessAssignment: Useless assignment to variable - `ih`.", 5861156],
[185, 7, 60, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2656680418],
[221, 7, 1343, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1294135598],
[224, 25, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[224, 37, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[225, 22, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[236, 57, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[243, 23, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[256, 49, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[322, 7, 1680, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4078258898],
[326, 72, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[396, 57, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[489, 23, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[514, 7, 3187, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1191617789],
[528, 31, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[543, 28, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[544, 72, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[547, 30, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[548, 74, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[565, 32, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[565, 51, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[566, 74, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[578, 26, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[677, 34, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[704, 23, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[709, 43, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[723, 25, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[738, 34, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[763, 36, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[835, 79, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[926, 31, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1010, 7, 52, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2152933968],
[1014, 7, 48, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 90040144],
[1033, 61, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[1071, 21, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[1077, 22, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1135, 18, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1171, 7, 17, "Naming/VariableName: Use snake_case for variable names.", 1925358418],
[1228, 39, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1273, 30, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[1318, 7, 16, "Naming/VariableName: Use snake_case for variable names.", 3054764905],
[1319, 7, 14, "Naming/VariableName: Use snake_case for variable names.", 683624799],
[1320, 7, 14, "Naming/VariableName: Use snake_case for variable names.", 2473038197],
[1388, 58, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[1425, 27, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[1491, 41, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1513, 26, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[1518, 29, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[1524, 27, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378]
],
"lib/openid/store/filesystem.rb:2056729715": [
[14, 7, 18, "Naming/VariableName: Use snake_case for variable names.", 2080787395],
[136, 23, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806]
],
"lib/openid/store/nonce.rb:368349538": [
[13, 5, 12, "Naming/VariableName: Use snake_case for variable names.", 2011612633],
[20, 5, 33, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 946500752],
[21, 7, 5, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 214151279],
[24, 5, 55, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2221980689],
[25, 7, 5, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 214151279],
[29, 5, 341, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3565164022],
[42, 5, 480, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3166460613],
[61, 5, 248, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3471362715]
],
"lib/openid/trustroot.rb:63371331": [
[8, 39, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[16, 65, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[22, 25, 2692, "Metrics/CollectionLiteralLength: Avoid hard coding large quantities of data in code. Prefer reading the data from an external source.", 3538197388],
[324, 5, 131, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3228933781],
[332, 5, 755, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1710960170],
[340, 31, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[343, 36, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[358, 5, 429, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1374864212],
[382, 5, 825, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4119393793],
[382, 53, 5, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 235583841],
[386, 86, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[403, 65, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[413, 7, 232, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1348763082],
[426, 7, 532, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3105728993],
[453, 7, 826, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2732688631],
[462, 22, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[475, 24, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[482, 7, 172, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1035216957],
[491, 7, 120, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2760771742],
[511, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[545, 42, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[567, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[568, 42, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806]
],
"lib/openid/urinorm.rb:2923360867": [
[8, 5, 757, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3673026505],
[35, 5, 58, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1308491834],
[39, 5, 901, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3744415155]
],
"lib/openid/util.rb:1309152219": [
[7, 26, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[29, 5, 120, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2072363460],
[35, 5, 62, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2409726139],
[39, 5, 215, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 776051910],
[46, 5, 375, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 9030161],
[62, 5, 113, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3881247632],
[68, 5, 232, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1836615070],
[78, 27, 6, "Style/GlobalStdStream: Use `$stderr` instead of `STDERR`.", 3356712163],
[81, 5, 56, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2727557201],
[85, 5, 38, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1822287760],
[90, 5, 56, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3115535040],
[94, 5, 355, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2566402067],
[115, 5, 88, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 778275783]
],
"lib/openid/yadis/accept.rb:4034517750": [
[6, 5, 633, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2033724114],
[15, 79, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[36, 5, 968, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1809754118],
[75, 5, 1519, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2839065030],
[87, 38, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[127, 5, 511, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 874198912]
],
"lib/openid/yadis/discovery.rb:1868356602": [
[70, 5, 1560, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1496355252],
[74, 7, 102, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 3710982363],
[77, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[94, 26, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[100, 31, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[102, 67, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[124, 5, 907, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1380267694],
[131, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[131, 59, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[142, 20, 9, "Naming/InclusiveLanguage: Consider replacing 'whitelist' with 'allowlist' or 'permit'.", 469122336],
[142, 35, 9, "Naming/InclusiveLanguage: Consider replacing 'blacklist' with 'denylist' or 'block'.", 3660646720]
],
"lib/openid/yadis/filters.rb:3219868769": [
[41, 7, 73, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2334760220],
[143, 5, 253, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 178241044],
[157, 5, 1242, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4135749621]
],
"lib/openid/yadis/htmltokenizer.rb:676400695": [
[50, 3, 36, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2915883728],
[121, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[122, 36, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[144, 37, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[162, 28, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[220, 23, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[261, 40, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240]
],
"lib/openid/yadis/parsehtml.rb:2454195738": [
[9, 5, 1225, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3998069435],
[16, 18, 1, "Lint/AssignmentInCondition: Wrap assignment in parentheses if intentional", 177560],
[40, 45, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806]
],
"lib/openid/yadis/services.rb:3116665292": [
[7, 5, 721, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 909444346],
[29, 5, 453, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 100913079]
],
"lib/openid/yadis/xrds.rb:2062800030": [
[24, 5, 1512, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 973105365],
[87, 5, 400, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2072624544],
[103, 5, 229, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3284163917],
[104, 7, 10, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 517067060],
[111, 5, 173, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 706989265],
[118, 5, 248, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 298522264],
[130, 5, 127, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1135967129],
[135, 5, 131, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2325223047],
[143, 5, 338, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3784280011],
[154, 5, 156, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3288548303]
],
"lib/openid/yadis/xri.rb:2593964827": [
[10, 7, 274, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4070584190],
[11, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[12, 35, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[13, 42, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240],
[24, 7, 148, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 92768266],
[32, 7, 287, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1897019910],
[47, 7, 76, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2929197802],
[52, 7, 157, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1946667856],
[58, 7, 227, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2924958530],
[66, 7, 393, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 808077734],
[80, 7, 101, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 73560939]
],
"lib/openid/yadis/xrires.rb:1853519911": [
[62, 7, 170, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 430146384],
[70, 7, 356, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3699337347]
],
"test/test_accept.rb:689302766": [
[35, 29, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240]
],
"test/test_association.rb:1230377299": [
[241, 7, 41, "Minitest/RefuteFalse: Prefer using `refute(assoc.check_message_signature(m))`.", 1974080929],
[287, 7, 45, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA1\", \"DH-SHA1\"))`.", 2533672708],
[288, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA1\", \"no-encryption\"))`.", 124193517],
[289, 7, 49, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA256\", \"DH-SHA256\"))`.", 969984580],
[290, 7, 53, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA256\", \"no-encryption\"))`.", 3634276237],
[295, 7, 49, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA256\", \"DH-SHA256\"))`.", 969984580],
[296, 7, 53, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA256\", \"no-encryption\"))`.", 3634276237],
[302, 7, 53, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA256\", \"no-encryption\"))`.", 3634276237],
[331, 7, 69, "Minitest/RefuteFalse: Prefer using `refute(EncryptedNegotiator.allowed?(\"HMAC-SHA256\", \"no-encryption\"))`.", 4209870257]
],
"test/test_associationmanager.rb:4251496942": [
[169, 9, 31, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 4153333934],
[307, 9, 24, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 2990482522],
[310, 15, 10, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 1640279285],
[326, 5, 6, "Naming/ConstantName: Use SCREAMING_SNAKE_CASE for constants.", 2713853249],
[456, 5, 6, "Naming/ConstantName: Use SCREAMING_SNAKE_CASE for constants.", 2713853249],
[587, 9, 63, "Style/InvertibleUnlessCondition: Prefer `if ns == OPENID1_NS or name == \"missing_session_type\"` over `unless ns != OPENID1_NS and name != \"missing_session_type\"`.", 479520905],
[587, 38, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[615, 9, 53, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3499488584],
[743, 11, 49, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 211023675],
[774, 5, 313, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 1298333944],
[839, 7, 17, "Minitest/RefuteFalse: Prefer using `refute(ret.nil?)`.", 1970104094]
],
"test/test_ax.rb:4271077895": [
[15, 15, 7, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 480804425],
[46, 7, 317, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2981613125],
[53, 9, 35, "Minitest/RefuteFalse: Prefer using `refute(ainfo.required)`.", 2720445676],
[257, 7, 255, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 3054475557],
[270, 9, 26, "Minitest/RefuteFalse: Prefer using `refute(@msg.member?(uri))`.", 4033074256],
[299, 30, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[347, 7, 558, "Minitest/MultipleAssertions: Test case has too many assertions [7/3].", 3434206224],
[360, 9, 20, "Minitest/RefuteFalse: Prefer using `refute(ai.required)`.", 3437055720],
[375, 9, 52, "Minitest/RefuteFalse: Prefer using `refute(@msg.requested_attributes[@type_a].required)`.", 2345955159],
[794, 9, 26, "Minitest/RefuteFalse: Prefer using `refute(msg.error_message)`.", 3132408732],
[804, 9, 23, "Minitest/RefuteFalse: Prefer using `refute(msg.succeeded?)`.", 527737196],
[805, 9, 26, "Minitest/RefuteFalse: Prefer using `refute(msg.error_message)`.", 3132408732],
[816, 9, 23, "Minitest/RefuteFalse: Prefer using `refute(msg.succeeded?)`.", 527737196]
],
"test/test_checkid_request.rb:2885544617": [
[301, 13, 35, "Naming/ClassAndModuleCamelCase: Use CamelCase for classes and modules.", 4259957932]
],
"test/test_dh.rb:2043081656": [
[11, 5, 81, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1962538541],
[93, 7, 33, "Minitest/RefuteFalse: Prefer using `refute(dh.using_default_values?)`.", 3432763311]
],
"test/test_discover.rb:1968388399": [
[89, 20, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[177, 9, 19, "Minitest/RefuteFalse: Prefer using `refute(claimed_id)`.", 1240093182],
[178, 9, 17, "Minitest/RefuteFalse: Prefer using `refute(local_id)`.", 900303800],
[179, 9, 21, "Minitest/RefuteFalse: Prefer using `refute(s.claimed_id)`.", 3221811299],
[180, 9, 19, "Minitest/RefuteFalse: Prefer using `refute(s.local_id)`.", 2236738853],
[181, 9, 23, "Minitest/RefuteFalse: Prefer using `refute(s.get_local_id)`.", 579848844],
[182, 9, 29, "Minitest/RefuteFalse: Prefer using `refute(s.compatibility_mode)`.", 4108014984],
[196, 9, 91, "Minitest/RefuteFalse: Prefer using `refute(s.used_yadis, \"Expected to use old-style discovery\")`.", 3971431990],
[264, 7, 8, "Lint/UselessAssignment: Useless assignment to variable - `services`.", 907487467],
[593, 19, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[594, 77, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[730, 7, 55, "Minitest/RefuteFalse: Prefer using `refute(services.empty?, \"Expected services, got zero\")`.", 3799265795],
[777, 7, 35, "Minitest/RefuteFalse: Prefer using `refute(@endpoint.is_op_identifier)`.", 873861676],
[783, 7, 35, "Minitest/RefuteFalse: Prefer using `refute(@endpoint.is_op_identifier)`.", 873861676],
[789, 7, 35, "Minitest/RefuteFalse: Prefer using `refute(@endpoint.is_op_identifier)`.", 873861676],
[795, 7, 35, "Minitest/RefuteFalse: Prefer using `refute(@endpoint.is_op_identifier)`.", 873861676],
[810, 7, 35, "Minitest/RefuteFalse: Prefer using `refute(@endpoint.is_op_identifier)`.", 873861676],
[840, 7, 37, "Minitest/RefuteFalse: Prefer using `refute(@endpoint.compatibility_mode)`.", 1374481464],
[857, 7, 11, "Naming/VariableName: Use snake_case for variable names.", 2215990581],
[859, 7, 11, "Naming/VariableName: Use snake_case for variable names.", 2215974520],
[863, 52, 11, "Naming/VariableName: Use snake_case for variable names.", 2215974520],
[864, 54, 11, "Naming/VariableName: Use snake_case for variable names.", 2215990581],
[888, 11, 101, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(@endpoint.supports_type(t), format(\"Must support %s\", t))`?", 56176058],
[893, 11, 107, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal([email protected]_type(t), format(\"Shouldn't support %s\", t))`?", 954251792],
[893, 11, 107, "Minitest/RefuteFalse: Prefer using `refute(@endpoint.supports_type(t), format(\"Shouldn't support %s\", t))`.", 954251792]
],
"test/test_discovery_manager.rb:1377548080": [
[38, 7, 38, "Minitest/RefuteFalse: Prefer using `refute(@disco_services.for_url?(nil))`.", 603865808],
[39, 7, 44, "Minitest/RefuteFalse: Prefer using `refute(@disco_services.for_url?(\"invalid\"))`.", 2196506506],
[43, 7, 33, "Minitest/RefuteFalse: Prefer using `refute(@disco_services.started?)`.", 4092600212],
[52, 7, 33, "Minitest/RefuteFalse: Prefer using `refute(@disco_services.started?)`.", 4092600212],
[58, 7, 31, "Minitest/RefuteFalse: Prefer using `refute(@disco_services.empty?)`.", 151347072],
[70, 5, 64, "Style/MissingRespondToMissing: When using `method_missing`, define `respond_to_missing?`.", 281345496],
[90, 7, 59, "Minitest/RefuteFalse: Prefer using `refute(m.instance_variable_get(:@session_key_suffix).nil?)`.", 1408692002]
],
"test/test_extension.rb:620029381": [
[47, 7, 55, "Minitest/RefuteFalse: Prefer using `refute(namespaces.implicit?(DummyExtension::TEST_URI))`.", 1478049918]
],
"test/test_fetchers.rb:3563767116": [
[160, 22, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361],
[251, 27, 4, "Lint/UselessAssignment: Useless assignment to variable - `body`.", 2087730517],
[251, 39, 7, "Lint/UselessAssignment: Useless assignment to variable - `headers`.", 643017641],
[251, 54, 14, "Lint/UselessAssignment: Useless assignment to variable - `redirect_limit`.", 3383958005],
[291, 5, 901, "Style/For: Prefer `each` over `for`.", 316016311]
],
"test/test_filters.rb:3444445650": [
[15, 5, 932, "Minitest/MultipleAssertions: Test case has too many assertions [8/3].", 4216474825],
[238, 5, 776, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2440747337]
],
"test/test_idres.rb:2896214861": [
[119, 9, 1622, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2912808174],
[506, 13, 31, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 406405732],
[509, 15, 7, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 764524831],
[510, 15, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2800675911],
[701, 9, 427, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 2205583380],
[806, 9, 1272, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 1885911750],
[858, 38, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378]
],
"test/test_linkparse.rb:2695875339": [
[20, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[32, 24, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[57, 21, 39, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(attr_cmp(c[0], c[1]), c.inspect)`?", 4229811215],
[58, 20, 40, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(!attr_cmp(c[0], c[1]), c.inspect)`?", 4265199310],
[58, 20, 40, "Minitest/RefuteFalse: Prefer using `refute(attr_cmp(c[0], c[1]), c.inspect)`.", 4265199310],
[99, 54, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[99, 76, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806]
],
"test/test_message.rb:1250921098": [
[112, 7, 48, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(BARE_NS, \"foo\"))`.", 2768469367],
[116, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID1_NS, \"foo\"))`.", 1991266283],
[120, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID2_NS, \"foo\"))`.", 1246013416],
[124, 7, 50, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(\"urn:xxx\", \"foo\"))`.", 1565201546],
[266, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@m.is_openid1)`.", 4103735530],
[270, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@m.is_openid2)`.", 4103735369],
[420, 7, 50, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID_NS, \"mode\"))`.", 259717620],
[424, 7, 49, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(BARE_NS, \"mode\"))`.", 850337234],
[428, 7, 51, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID1_NS, \"mode\"))`.", 2112409605],
[432, 7, 52, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID2_NS, \"mode\"))`.", 1046249709],
[436, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(\"urn:xxx\", \"mode\"))`.", 989447183],
[586, 7, 33, "Minitest/AssertTruthy: Prefer using `assert(@m.is_openid1)`.", 1385749217],
[590, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@m.is_openid2)`.", 4103735369],
[860, 7, 50, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID_NS, \"mode\"))`.", 259717620],
[864, 7, 49, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(BARE_NS, \"mode\"))`.", 850337234],
[868, 7, 52, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID1_NS, \"mode\"))`.", 3017449934],
[872, 7, 51, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID2_NS, \"mode\"))`.", 1717874022],
[876, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(\"urn:xxx\", \"mode\"))`.", 989447183],
[1076, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@m.is_openid1)`.", 4103735530],
[1080, 7, 33, "Minitest/AssertTruthy: Prefer using `assert(@m.is_openid2)`.", 1385749250],
[1145, 47, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1146, 40, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1163, 75, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[1177, 66, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[1192, 47, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1193, 40, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[1208, 60, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[1279, 7, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916],
[1292, 9, 44, "Minitest/RefuteFalse: Prefer using `refute(nsm.member?(uripat % i))`.", 154326771],
[1296, 25, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916]
],
"test/test_openid_yadis.rb:333763544": [
[21, 3, 70, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2241541269],
[25, 3, 727, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 435754601],
[28, 5, 125, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 290464717],
[34, 5, 293, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 3013004962],
[69, 3, 152, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2562815488]
],
"test/test_parsehtml.rb:3808821728": [
[21, 9, 39, "Minitest/RefuteFalse: Prefer using `refute(reserved_values.member?(found))`.", 2704632914],
[35, 9, 20, "Naming/ClassAndModuleCamelCase: Use CamelCase for classes and modules.", 1514831161]
],
"test/test_server.rb:2816717222": [
[151, 7, 24, "Minitest/RefuteFalse: Prefer using `refute(e.has_return_to)`.", 2657654983],
[222, 9, 36, "Minitest/RefuteFalse: Prefer using `refute(e.to_s.index(\"values\").nil?)`.", 657105768],
[242, 7, 31, "Minitest/AssertTruthy: Prefer using `assert(r.immediate)`.", 1416352194],
[271, 7, 151, "Minitest/AssertRaisesCompoundBody: Reduce `assert_raises` block body to contain only the raising code.", 647768387],
[318, 9, 22, "Minitest/RefuteFalse: Prefer using `refute(req.id_select)`.", 822457045],
[334, 7, 32, "Minitest/RefuteFalse: Prefer using `refute(r.immediate)`.", 960207049],
[354, 7, 32, "Minitest/RefuteFalse: Prefer using `refute(r.immediate)`.", 960207049],
[387, 7, 32, "Minitest/RefuteFalse: Prefer using `refute(r.immediate)`.", 960207049],
[479, 9, 32, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(e.openid_message, e.to_s)`?", 1858530896],
[761, 7, 32, "Minitest/RefuteFalse: Prefer using `refute(response.render_as_form)`.", 25000324],
[817, 7, 48, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(/ foo=\"bar\"/ =~ form_markup, form_markup)`?", 1957089571],
[865, 7, 32, "Minitest/RefuteFalse: Prefer using `refute(response.render_as_form)`.", 25000324],
[896, 7, 179, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(location.start_with?(request.return_to), format(\n \"%s does not start with %s\",\n location,\n request.return_to,\n ))`?", 12042927],
[1103, 7, 37, "Minitest/RefuteFalse: Prefer using `refute(query.has_key?(\"openid.sig\"))`.", 3540209093],
[1147, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@request.trust_root_valid)`.", 2061673596],
[1193, 7, 5, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 236623619],
[1196, 7, 7, "Naming/VariableName: Use snake_case for variable names.", 4074303232],
[1204, 59, 7, "Naming/VariableName: Use snake_case for variable names.", 4074303232],
[1208, 7, 77, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 4198858813],
[1213, 7, 11, "Naming/VariableName: Use snake_case for variable names.", 548879287],
[1224, 20, 11, "Naming/VariableName: Use snake_case for variable names.", 548879287],
[1559, 7, 45, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(!usu.index(expected_substr).nil?, usu)`?", 681836848],
[1559, 7, 45, "Minitest/RefuteFalse: Prefer using `refute(usu.index(expected_substr).nil?, usu)`.", 681836848],
[1703, 7, 8, "Naming/VariableName: Use snake_case for variable names.", 3407076265],
[1782, 7, 1, "Lint/UselessAssignment: Useless assignment to variable - `r`.", 177623],
[1838, 7, 28, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"mac_key\"))`.", 3386342814],
[1867, 7, 28, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"mac_key\"))`.", 3386342814],
[1951, 7, 48, "Performance/RedundantMerge: Use `openid2_args[\"openid.ns\"] = OPENID2_NS` instead of `openid2_args.merge!({\"openid.ns\" => OPENID2_NS})`.", 2569663590],
[1990, 58, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[1997, 7, 63, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal((0 <= difference and difference <= slop), error_message)`?", 3963220444],
[2016, 7, 33, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"session_type\"))`.", 996256384],
[2017, 7, 32, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"enc_mac_key\"))`.", 934428137],
[2018, 7, 37, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"dh_server_public\"))`.", 3667761681],
[2034, 7, 36, "Minitest/RefuteFalse: Prefer using `refute(@request.message.is_openid1)`.", 3154563632],
[2052, 7, 32, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"enc_mac_key\"))`.", 934428137],
[2053, 7, 37, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"dh_server_public\"))`.", 3667761681],
[2071, 7, 33, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"session_type\"))`.", 996256384],
[2072, 7, 32, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"enc_mac_key\"))`.", 934428137],
[2073, 7, 37, "Minitest/RefuteFalse: Prefer using `refute(rfg.call(\"dh_server_public\"))`.", 3667761681],
[2125, 26, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
[2176, 7, 145, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(response.fields.has_key?(OPENID_NS, \"assoc_handle\"), format(\"No assoc_handle here: %s\", response.fields.inspect))`?", 3688376219],
[2202, 7, 60, "Minitest/RefuteFalse: Prefer using `refute(response.fields.has_key?(OPENID_NS, \"assoc_handle\"))`.", 2854410038],
[2203, 7, 58, "Minitest/RefuteFalse: Prefer using `refute(response.fields.has_key?(OPENID_NS, \"assoc_type\"))`.", 2681756964],
[2204, 7, 60, "Minitest/RefuteFalse: Prefer using `refute(response.fields.has_key?(OPENID_NS, \"session_type\"))`.", 877733463],
[2224, 7, 60, "Minitest/RefuteFalse: Prefer using `refute(response.fields.has_key?(OPENID_NS, \"assoc_handle\"))`.", 2854410038],
[2242, 70, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[2243, 72, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
[2432, 7, 129, "Minitest/RefuteFalse: Prefer using `refute(@store.get_association(@_normal_key, assoc_handle), \"expired association is still retrievable.\")`.", 966024235],
[2439, 7, 63, "Minitest/RefuteFalse: Prefer using `refute(@store.get_association(@_normal_key, new_assoc_handle))`.", 2711960116],
[2475, 7, 63, "Minitest/RefuteFalse: Prefer using `refute(@store.get_association(@_normal_key, new_assoc_handle))`.", 2711960116],
[2519, 7, 17, "Minitest/RefuteFalse: Prefer using `refute(verified)`.", 111313281],
[2535, 7, 17, "Minitest/RefuteFalse: Prefer using `refute(verified)`.", 111313281],
[2558, 7, 17, "Minitest/RefuteFalse: Prefer using `refute(verified)`.", 111313281],
[2576, 7, 14, "Minitest/RefuteFalse: Prefer using `refute(assoc)`.", 168107178],
[2658, 9, 14, "Minitest/RefuteFalse: Prefer using `refute(assoc)`.", 168107178]
],
"test/test_sreg.rb:3389295916": [
[40, 11, 40, "Minitest/RefuteFalse: Prefer using `refute(OpenID.supports_sreg?(endpoint))`.", 1330659053],
[162, 9, 219, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 794229251],
[171, 9, 344, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 1722648752],
[329, 11, 35, "Minitest/RefuteFalse: Prefer using `refute(req.were_fields_requested?)`.", 1127897652],
[339, 13, 23, "Minitest/RefuteFalse: Prefer using `refute(req.member?(f))`.", 1475778823],
[341, 11, 38, "Minitest/RefuteFalse: Prefer using `refute(req.member?(\"something else\"))`.", 2405881526],
[349, 9, 879, "Minitest/MultipleAssertions: Test case has too many assertions [8/3].", 3860000910],
[382, 9, 966, "Minitest/MultipleAssertions: Test case has too many assertions [10/3].", 1752993210],
[417, 9, 1096, "Minitest/MultipleAssertions: Test case has too many assertions [6/3].", 1076119837],
[477, 9, 325, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 311804901]
],
"test/test_stores.rb:4255321139": [
[63, 28, 6, "Lint/UselessAssignment: Useless assignment to variable - `issued`.", 1645597496],
[95, 29, 6, "Lint/UselessAssignment: Useless assignment to variable - `issued`.", 1645597496],
[112, 29, 6, "Lint/UselessAssignment: Useless assignment to variable - `issued`.", 1645597496],
[154, 9, 11, "Naming/VariableName: Use snake_case for variable names.", 3460325807],
[155, 9, 11, "Naming/VariableName: Use snake_case for variable names.", 3460325804],
[156, 9, 13, "Naming/VariableName: Use snake_case for variable names.", 2369298702],
[157, 9, 13, "Naming/VariableName: Use snake_case for variable names.", 2369298701],
[160, 52, 11, "Naming/VariableName: Use snake_case for variable names.", 3460325807],
[161, 52, 13, "Naming/VariableName: Use snake_case for variable names.", 2369298702],
[162, 52, 13, "Naming/VariableName: Use snake_case for variable names.", 2369298701],
[163, 52, 11, "Naming/VariableName: Use snake_case for variable names.", 3460325804],
[229, 9, 77, "Minitest/RefuteFalse: Prefer using `refute(@store.use_nonce(server_url, ts, salt), \"recent_nonce after cleanup\")`.", 3891537003]
],
"test/test_trustroot.rb:849667934": [
[15, 7, 16, "Minitest/RefuteFalse: Prefer using `refute(tr.nil?)`.", 3450525467],
[17, 7, 81, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(OpenID::TrustRoot::TrustRoot.check_sanity(case_), [case_, desc].join(\" \"))`?", 916980427],
[19, 7, 42, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(!tr.sane?, [case_, desc].join(\" \"))`?", 3255143832],
[19, 7, 42, "Minitest/RefuteFalse: Prefer using `refute(tr.sane?, [case_, desc].join(\" \"))`.", 3255143832],
[20, 7, 82, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(!OpenID::TrustRoot::TrustRoot.check_sanity(case_), [case_, desc].join(\" \"))`?", 2997549066],
[20, 7, 82, "Minitest/RefuteFalse: Prefer using `refute(OpenID::TrustRoot::TrustRoot.check_sanity(case_), [case_, desc].join(\" \"))`.", 2997549066],
[30, 7, 49, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(actual_match, [trust_root, url].join(\" \"))`?", 2242211977],
[33, 7, 80, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(!actual_match, [expected_match, actual_match, trust_root, url].join(\" \"))`?", 3810436984],
[33, 7, 80, "Minitest/RefuteFalse: Prefer using `refute(actual_match, [expected_match, actual_match, trust_root, url].join(\" \"))`.", 3810436984],
[34, 7, 64, "Minitest/RefuteFalse: Prefer using `refute(OpenID::TrustRoot::TrustRoot.check_url(trust_root, url))`.", 1484346761]
],
"test/test_ui.rb:1535314081": [
[26, 9, 29, "Minitest/AssertTruthy: Prefer using `assert(req2.icon)`.", 591024350],
[39, 9, 29, "Minitest/AssertTruthy: Prefer using `assert(@req.icon)`.", 1633148460],
[66, 9, 29, "Minitest/AssertTruthy: Prefer using `assert(@req.icon)`.", 1633148460],
[92, 9, 28, "Minitest/AssertTruthy: Prefer using `assert(req.icon)`.", 1476625708]
],
"test/test_urinorm.rb:1533719597": [
[26, 11, 12, "Minitest/UselessAssertion: Useless assertion detected.", 2511510896]
],
"test/test_xrds.rb:784263724": [
[52, 9, 41, "Minitest/RefuteFalse: Prefer using `refute(Yadis.is_xrds?(isnt))`.", 2709875658],
[139, 9, 5, "Lint/UselessAssignment: Useless assignment to variable - `types`. Use `_` or `_types` as a variable name to indicate that it won't be used.", 182678350],
[139, 21, 14, "Lint/UselessAssignment: Useless assignment to variable - `result_element`. Use `_` or `_result_element` as a variable name to indicate that it won't be used.", 1272947533],
[142, 9, 5, "Lint/UselessAssignment: Useless assignment to variable - `types`. Use `_` or `_types` as a variable name to indicate that it won't be used.", 182678350],
[142, 21, 14, "Lint/UselessAssignment: Useless assignment to variable - `result_element`. Use `_` or `_result_element` as a variable name to indicate that it won't be used.", 1272947533],
[151, 9, 56, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 2495284533]
],
"test/test_yadis_discovery.rb:1756797249": [
[22, 5, 437, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1189860280],
[49, 9, 5, "Style/InfiniteLoop: Use `Kernel#loop` for infinite loops.", 191284826],
[134, 46, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
[220, 9, 23, "Minitest/RefuteFalse: Prefer using `refute(result.is_xrds)`.", 462657144]
],
"test/testutil.rb:797384289": [
[128, 5, 262, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1720821532]
]
}