|
1 | 1 | {
|
2 |
| - "bin/bundle:4028066867": [ |
3 |
| - [64, 5, 20, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2485198147] |
| 2 | + "bin/bundle:247448467": [ |
| 3 | + [64, 5, 20, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2485198147] |
4 | 4 | ],
|
5 | 5 | "examples/active_record_openid_store/XXX_add_open_id_store_to_db.rb:2140874196": [
|
6 | 6 | [3, 3, 588, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3366985859],
|
|
42 | 42 | [8, 8, 3, "Layout/EndAlignment: `end` at 8, 7 is not aligned with `class` at 5, 0.", 193405706],
|
43 | 43 | [19, 5, 12, "Minitest/UselessAssertion: Useless assertion detected.", 2511510896]
|
44 | 44 | ],
|
| 45 | + "examples/rails_openid/test/performance/browsing_test.rb:1653665372": [ |
| 46 | + [9, 7, 13, "Minitest/NoAssertions: Test case has no assertions.", 976593424] |
| 47 | + ], |
45 | 48 | "lib/hmac/hmac.rb:2320987708": [
|
46 | 49 | [42, 7, 102, "Style/For: Prefer `each` over `for`.", 141019575],
|
47 | 50 | [89, 5, 130, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2366241697],
|
|
197 | 200 | [10, 72, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
|
198 | 201 | [94, 3, 160, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 407779678],
|
199 | 202 | [99, 3, 88, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 834352859],
|
200 |
| - [100, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070], |
201 |
| - [100, 39, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070], |
202 |
| - [102, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070], |
| 203 | + [100, 5, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070], |
| 204 | + [100, 39, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070], |
| 205 | + [102, 5, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070], |
203 | 206 | [105, 3, 55, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 702922609],
|
204 |
| - [106, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070], |
| 207 | + [106, 5, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070], |
205 | 208 | [111, 3, 284, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2543934372],
|
206 |
| - [116, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070], |
| 209 | + [116, 5, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070], |
207 | 210 | [181, 81, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
|
208 | 211 | [213, 71, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
209 | 212 | [230, 7, 80, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 3610119133],
|
|
303 | 306 | "lib/openid/store/nonce.rb:368349538": [
|
304 | 307 | [13, 5, 12, "Naming/VariableName: Use snake_case for variable names.", 2011612633],
|
305 | 308 | [20, 5, 33, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 946500752],
|
306 |
| - [21, 7, 5, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 214151279], |
| 309 | + [21, 7, 5, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 214151279], |
307 | 310 | [24, 5, 55, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2221980689],
|
308 |
| - [25, 7, 5, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 214151279], |
| 311 | + [25, 7, 5, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 214151279], |
309 | 312 | [29, 5, 341, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3565164022],
|
310 | 313 | [42, 5, 480, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3166460613],
|
311 | 314 | [61, 5, 248, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3471362715]
|
|
445 | 448 | "test/test_associationmanager.rb:4251496942": [
|
446 | 449 | [169, 9, 31, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 4153333934],
|
447 | 450 | [307, 9, 24, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 2990482522],
|
448 |
| - [310, 15, 10, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 1640279285], |
| 451 | + [310, 15, 10, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 1640279285], |
449 | 452 | [326, 5, 6, "Naming/ConstantName: Use SCREAMING_SNAKE_CASE for constants.", 2713853249],
|
450 | 453 | [456, 5, 6, "Naming/ConstantName: Use SCREAMING_SNAKE_CASE for constants.", 2713853249],
|
451 | 454 | [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],
|
|
457 | 460 | ],
|
458 | 461 | "test/test_ax.rb:4271077895": [
|
459 | 462 | [15, 15, 7, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 480804425],
|
| 463 | + [40, 11, 24, "Minitest/NoAssertions: Test case has no assertions.", 1037396013], |
460 | 464 | [46, 7, 317, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2981613125],
|
461 | 465 | [53, 9, 35, "Minitest/RefuteFalse: Prefer using `refute(ainfo.required)`.", 2720445676],
|
| 466 | + [116, 11, 19, "Minitest/NoAssertions: Test case has no assertions.", 3817685589], |
| 467 | + [120, 11, 37, "Minitest/NoAssertions: Test case has no assertions.", 3247301170], |
| 468 | + [124, 11, 32, "Minitest/NoAssertions: Test case has no assertions.", 1393003833], |
| 469 | + [191, 11, 30, "Minitest/NoAssertions: Test case has no assertions.", 2029928119], |
| 470 | + [201, 11, 20, "Minitest/NoAssertions: Test case has no assertions.", 3618402249], |
| 471 | + [211, 11, 17, "Minitest/NoAssertions: Test case has no assertions.", 3644397904], |
| 472 | + [223, 11, 21, "Minitest/NoAssertions: Test case has no assertions.", 1036191081], |
462 | 473 | [257, 7, 255, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 3054475557],
|
463 | 474 | [270, 9, 26, "Minitest/RefuteFalse: Prefer using `refute(@msg.member?(uri))`.", 4033074256],
|
| 475 | + [290, 11, 29, "Minitest/NoAssertions: Test case has no assertions.", 2916269710], |
| 476 | + [294, 11, 32, "Minitest/NoAssertions: Test case has no assertions.", 524577363], |
464 | 477 | [299, 30, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
| 478 | + [310, 11, 42, "Minitest/NoAssertions: Test case has no assertions.", 2774888987], |
| 479 | + [322, 11, 33, "Minitest/NoAssertions: Test case has no assertions.", 3173052660], |
465 | 480 | [347, 7, 558, "Minitest/MultipleAssertions: Test case has too many assertions [7/3].", 3434206224],
|
466 | 481 | [360, 9, 20, "Minitest/RefuteFalse: Prefer using `refute(ai.required)`.", 3437055720],
|
467 | 482 | [375, 9, 52, "Minitest/RefuteFalse: Prefer using `refute(@msg.requested_attributes[@type_a].required)`.", 2345955159],
|
|
529 | 544 | ],
|
530 | 545 | "test/test_idres.rb:2896214861": [
|
531 | 546 | [119, 9, 1622, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2912808174],
|
| 547 | + [160, 13, 20, "Minitest/NoAssertions: Test case has no assertions.", 2759283288], |
| 548 | + [166, 13, 22, "Minitest/NoAssertions: Test case has no assertions.", 2677358038], |
| 549 | + [191, 13, 24, "Minitest/NoAssertions: Test case has no assertions.", 715328665], |
| 550 | + [251, 13, 19, "Minitest/NoAssertions: Test case has no assertions.", 1252748990], |
| 551 | + [315, 13, 14, "Minitest/NoAssertions: Test case has no assertions.", 2021043939], |
532 | 552 | [506, 13, 31, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 406405732],
|
533 |
| - [509, 15, 7, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 764524831], |
534 |
| - [510, 15, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2800675911], |
| 553 | + [509, 15, 7, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 764524831], |
| 554 | + [510, 15, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2800675911], |
| 555 | + [524, 13, 20, "Minitest/NoAssertions: Test case has no assertions.", 3921320280], |
| 556 | + [553, 13, 20, "Minitest/NoAssertions: Test case has no assertions.", 619205147], |
| 557 | + [575, 13, 13, "Minitest/NoAssertions: Test case has no assertions.", 1959781901], |
535 | 558 | [701, 9, 427, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 2205583380],
|
| 559 | + [774, 13, 52, "Minitest/NoAssertions: Test case has no assertions.", 3085485474], |
536 | 560 | [806, 9, 1272, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 1885911750],
|
537 | 561 | [858, 38, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378]
|
538 | 562 | ],
|
|
557 | 581 | [428, 7, 51, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID1_NS, \"mode\"))`.", 2112409605],
|
558 | 582 | [432, 7, 52, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID2_NS, \"mode\"))`.", 1046249709],
|
559 | 583 | [436, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(\"urn:xxx\", \"mode\"))`.", 989447183],
|
| 584 | + [443, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 3278361914], |
| 585 | + [447, 9, 15, "Minitest/NoAssertions: Test case has no assertions.", 4085003763], |
| 586 | + [451, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 1661138018], |
| 587 | + [455, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 1661138017], |
| 588 | + [459, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 1661138016], |
| 589 | + [504, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2317662917], |
| 590 | + [508, 9, 21, "Minitest/NoAssertions: Test case has no assertions.", 678627886], |
| 591 | + [512, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462774], |
| 592 | + [516, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462773], |
| 593 | + [520, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462772], |
| 594 | + [534, 9, 12, "Minitest/NoAssertions: Test case has no assertions.", 222497093], |
| 595 | + [538, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 1799776430], |
| 596 | + [542, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544310], |
| 597 | + [546, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544309], |
| 598 | + [550, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544308], |
| 599 | + [565, 9, 12, "Minitest/NoAssertions: Test case has no assertions.", 2614436618], |
| 600 | + [569, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 19577089], |
| 601 | + [573, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413753], |
| 602 | + [577, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413754], |
| 603 | + [581, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413755], |
560 | 604 | [586, 7, 33, "Minitest/AssertTruthy: Prefer using `assert(@m.is_openid1)`.", 1385749217],
|
561 | 605 | [590, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@m.is_openid2)`.", 4103735369],
|
| 606 | + [820, 9, 18, "Minitest/NoAssertions: Test case has no assertions.", 1910368321], |
562 | 607 | [860, 7, 50, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID_NS, \"mode\"))`.", 259717620],
|
563 | 608 | [864, 7, 49, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(BARE_NS, \"mode\"))`.", 850337234],
|
564 | 609 | [868, 7, 52, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID1_NS, \"mode\"))`.", 3017449934],
|
565 | 610 | [872, 7, 51, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID2_NS, \"mode\"))`.", 1717874022],
|
566 | 611 | [876, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(\"urn:xxx\", \"mode\"))`.", 989447183],
|
| 612 | + [945, 9, 23, "Minitest/NoAssertions: Test case has no assertions.", 71502915], |
| 613 | + [949, 9, 21, "Minitest/NoAssertions: Test case has no assertions.", 678627886], |
| 614 | + [953, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462774], |
| 615 | + [957, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462773], |
| 616 | + [961, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462772], |
| 617 | + [975, 9, 19, "Minitest/NoAssertions: Test case has no assertions.", 1231555267], |
| 618 | + [979, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 1799776430], |
| 619 | + [983, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544310], |
| 620 | + [987, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544309], |
| 621 | + [991, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544308], |
| 622 | + [1035, 9, 19, "Minitest/NoAssertions: Test case has no assertions.", 18780908], |
| 623 | + [1039, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 19577089], |
| 624 | + [1043, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413753], |
| 625 | + [1047, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413754], |
| 626 | + [1051, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413755], |
567 | 627 | [1076, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@m.is_openid1)`.", 4103735530],
|
568 | 628 | [1080, 7, 33, "Minitest/AssertTruthy: Prefer using `assert(@m.is_openid2)`.", 1385749250],
|
569 | 629 | [1145, 47, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
|
573 | 633 | [1192, 47, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
574 | 634 | [1193, 40, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
575 | 635 | [1208, 60, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
|
| 636 | + [1214, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 2689428241], |
| 637 | + [1230, 9, 19, "Minitest/NoAssertions: Test case has no assertions.", 228482919], |
| 638 | + [1251, 9, 21, "Minitest/NoAssertions: Test case has no assertions.", 4074838481], |
576 | 639 | [1279, 7, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916],
|
577 | 640 | [1292, 9, 44, "Minitest/RefuteFalse: Prefer using `refute(nsm.member?(uripat % i))`.", 154326771],
|
578 | 641 | [1296, 25, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916]
|
|
649 | 712 | [40, 11, 40, "Minitest/RefuteFalse: Prefer using `refute(OpenID.supports_sreg?(endpoint))`.", 1330659053],
|
650 | 713 | [162, 9, 219, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 794229251],
|
651 | 714 | [171, 9, 344, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 1722648752],
|
| 715 | + [217, 13, 31, "Minitest/NoAssertions: Test case has no assertions.", 1529817293], |
| 716 | + [222, 13, 39, "Minitest/NoAssertions: Test case has no assertions.", 2227452609], |
652 | 717 | [329, 11, 35, "Minitest/RefuteFalse: Prefer using `refute(req.were_fields_requested?)`.", 1127897652],
|
653 | 718 | [339, 13, 23, "Minitest/RefuteFalse: Prefer using `refute(req.member?(f))`.", 1475778823],
|
654 | 719 | [341, 11, 38, "Minitest/RefuteFalse: Prefer using `refute(req.member?(\"something else\"))`.", 2405881526],
|
|
0 commit comments