|
428 | 428 | [62, 7, 170, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 430146384],
|
429 | 429 | [70, 7, 356, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3699337347]
|
430 | 430 | ],
|
431 |
| - "test/test_accept.rb:44082637": [ |
| 431 | + "test/test_accept.rb:689302766": [ |
432 | 432 | [35, 29, 2, "Style/AndOr: Use `||` instead of `or`.", 5861240]
|
433 | 433 | ],
|
434 |
| - "test/test_association.rb:1559540304": [ |
| 434 | + "test/test_association.rb:1230377299": [ |
435 | 435 | [241, 7, 41, "Minitest/RefuteFalse: Prefer using `refute(assoc.check_message_signature(m))`.", 1974080929],
|
436 | 436 | [287, 7, 45, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA1\", \"DH-SHA1\"))`.", 2533672708],
|
437 | 437 | [288, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA1\", \"no-encryption\"))`.", 124193517],
|
|
442 | 442 | [302, 7, 53, "Minitest/RefuteFalse: Prefer using `refute(neg.allowed?(\"HMAC-SHA256\", \"no-encryption\"))`.", 3634276237],
|
443 | 443 | [331, 7, 69, "Minitest/RefuteFalse: Prefer using `refute(EncryptedNegotiator.allowed?(\"HMAC-SHA256\", \"no-encryption\"))`.", 4209870257]
|
444 | 444 | ],
|
445 |
| - "test/test_associationmanager.rb:3730352557": [ |
| 445 | + "test/test_associationmanager.rb:4251496942": [ |
446 | 446 | [169, 9, 31, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 4153333934],
|
447 | 447 | [307, 9, 24, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 2990482522],
|
448 | 448 | [310, 15, 10, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 1640279285],
|
|
455 | 455 | [774, 5, 313, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 1298333944],
|
456 | 456 | [839, 7, 17, "Minitest/RefuteFalse: Prefer using `refute(ret.nil?)`.", 1970104094]
|
457 | 457 | ],
|
458 |
| - "test/test_ax.rb:3755793700": [ |
| 458 | + "test/test_ax.rb:4271077895": [ |
459 | 459 | [15, 15, 7, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 480804425],
|
460 | 460 | [46, 7, 317, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2981613125],
|
461 | 461 | [53, 9, 35, "Minitest/RefuteFalse: Prefer using `refute(ainfo.required)`.", 2720445676],
|
|
470 | 470 | [805, 9, 26, "Minitest/RefuteFalse: Prefer using `refute(msg.error_message)`.", 3132408732],
|
471 | 471 | [816, 9, 23, "Minitest/RefuteFalse: Prefer using `refute(msg.succeeded?)`.", 527737196]
|
472 | 472 | ],
|
473 |
| - "test/test_checkid_request.rb:1229444522": [ |
| 473 | + "test/test_checkid_request.rb:2885544617": [ |
474 | 474 | [301, 13, 35, "Naming/ClassAndModuleCamelCase: Use CamelCase for classes and modules.", 4259957932]
|
475 | 475 | ],
|
476 |
| - "test/test_dh.rb:231225915": [ |
| 476 | + "test/test_dh.rb:2043081656": [ |
477 | 477 | [11, 5, 81, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1962538541],
|
478 | 478 | [93, 7, 33, "Minitest/RefuteFalse: Prefer using `refute(dh.using_default_values?)`.", 3432763311]
|
479 | 479 | ],
|
480 |
| - "test/test_discover.rb:1574949676": [ |
| 480 | + "test/test_discover.rb:1968388399": [ |
481 | 481 | [89, 20, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378],
|
482 | 482 | [177, 9, 19, "Minitest/RefuteFalse: Prefer using `refute(claimed_id)`.", 1240093182],
|
483 | 483 | [178, 9, 17, "Minitest/RefuteFalse: Prefer using `refute(local_id)`.", 900303800],
|
|
504 | 504 | [893, 11, 107, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal( [email protected]_type(t), format(\"Shouldn't support %s\", t))`?", 954251792],
|
505 | 505 | [893, 11, 107, "Minitest/RefuteFalse: Prefer using `refute(@endpoint.supports_type(t), format(\"Shouldn't support %s\", t))`.", 954251792]
|
506 | 506 | ],
|
507 |
| - "test/test_discovery_manager.rb:3215442323": [ |
| 507 | + "test/test_discovery_manager.rb:1377548080": [ |
508 | 508 | [38, 7, 38, "Minitest/RefuteFalse: Prefer using `refute(@disco_services.for_url?(nil))`.", 603865808],
|
509 | 509 | [39, 7, 44, "Minitest/RefuteFalse: Prefer using `refute(@disco_services.for_url?(\"invalid\"))`.", 2196506506],
|
510 | 510 | [43, 7, 33, "Minitest/RefuteFalse: Prefer using `refute(@disco_services.started?)`.", 4092600212],
|
|
513 | 513 | [70, 5, 64, "Style/MissingRespondToMissing: When using `method_missing`, define `respond_to_missing?`.", 281345496],
|
514 | 514 | [90, 7, 59, "Minitest/RefuteFalse: Prefer using `refute(m.instance_variable_get(:@session_key_suffix).nil?)`.", 1408692002]
|
515 | 515 | ],
|
516 |
| - "test/test_extension.rb:614181318": [ |
| 516 | + "test/test_extension.rb:620029381": [ |
517 | 517 | [47, 7, 55, "Minitest/RefuteFalse: Prefer using `refute(namespaces.implicit?(DummyExtension::TEST_URI))`.", 1478049918]
|
518 | 518 | ],
|
519 |
| - "test/test_fetchers.rb:189338639": [ |
| 519 | + "test/test_fetchers.rb:3563767116": [ |
520 | 520 | [160, 22, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361],
|
521 | 521 | [251, 27, 4, "Lint/UselessAssignment: Useless assignment to variable - `body`.", 2087730517],
|
522 | 522 | [251, 39, 7, "Lint/UselessAssignment: Useless assignment to variable - `headers`.", 643017641],
|
523 | 523 | [251, 54, 14, "Lint/UselessAssignment: Useless assignment to variable - `redirect_limit`.", 3383958005],
|
524 | 524 | [291, 5, 901, "Style/For: Prefer `each` over `for`.", 316016311]
|
525 | 525 | ],
|
526 |
| - "test/test_filters.rb:3795604977": [ |
| 526 | + "test/test_filters.rb:3444445650": [ |
527 | 527 | [15, 5, 932, "Minitest/MultipleAssertions: Test case has too many assertions [8/3].", 4216474825],
|
528 | 528 | [238, 5, 776, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2440747337]
|
529 | 529 | ],
|
530 |
| - "test/test_idres.rb:1552300430": [ |
| 530 | + "test/test_idres.rb:2896214861": [ |
531 | 531 | [119, 9, 1622, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2912808174],
|
532 | 532 | [506, 13, 31, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 406405732],
|
533 | 533 | [509, 15, 7, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 764524831],
|
|
536 | 536 | [806, 9, 1272, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 1885911750],
|
537 | 537 | [858, 38, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378]
|
538 | 538 | ],
|
539 |
| - "test/test_linkparse.rb:563070408": [ |
| 539 | + "test/test_linkparse.rb:2695875339": [ |
540 | 540 | [20, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
541 | 541 | [32, 24, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
542 | 542 | [57, 21, 39, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(attr_cmp(c[0], c[1]), c.inspect)`?", 4229811215],
|
|
545 | 545 | [99, 54, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
546 | 546 | [99, 76, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806]
|
547 | 547 | ],
|
548 |
| - "test/test_message.rb:725400553": [ |
| 548 | + "test/test_message.rb:1250921098": [ |
549 | 549 | [112, 7, 48, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(BARE_NS, \"foo\"))`.", 2768469367],
|
550 | 550 | [116, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID1_NS, \"foo\"))`.", 1991266283],
|
551 | 551 | [120, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID2_NS, \"foo\"))`.", 1246013416],
|
|
577 | 577 | [1292, 9, 44, "Minitest/RefuteFalse: Prefer using `refute(nsm.member?(uripat % i))`.", 154326771],
|
578 | 578 | [1296, 25, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916]
|
579 | 579 | ],
|
580 |
| - "test/test_openid_yadis.rb:803050587": [ |
| 580 | + "test/test_openid_yadis.rb:333763544": [ |
581 | 581 | [21, 3, 70, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2241541269],
|
582 | 582 | [25, 3, 727, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 435754601],
|
583 | 583 | [28, 5, 125, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 290464717],
|
584 | 584 | [34, 5, 293, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 3013004962],
|
585 | 585 | [69, 3, 152, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2562815488]
|
586 | 586 | ],
|
587 |
| - "test/test_parsehtml.rb:1972586883": [ |
| 587 | + "test/test_parsehtml.rb:3808821728": [ |
588 | 588 | [21, 9, 39, "Minitest/RefuteFalse: Prefer using `refute(reserved_values.member?(found))`.", 2704632914],
|
589 | 589 | [35, 9, 20, "Naming/ClassAndModuleCamelCase: Use CamelCase for classes and modules.", 1514831161]
|
590 | 590 | ],
|
591 |
| - "test/test_server.rb:2483966117": [ |
| 591 | + "test/test_server.rb:2816717222": [ |
592 | 592 | [151, 7, 24, "Minitest/RefuteFalse: Prefer using `refute(e.has_return_to)`.", 2657654983],
|
593 | 593 | [222, 9, 36, "Minitest/RefuteFalse: Prefer using `refute(e.to_s.index(\"values\").nil?)`.", 657105768],
|
594 | 594 | [242, 7, 31, "Minitest/AssertTruthy: Prefer using `assert(r.immediate)`.", 1416352194],
|
|
645 | 645 | [2576, 7, 14, "Minitest/RefuteFalse: Prefer using `refute(assoc)`.", 168107178],
|
646 | 646 | [2658, 9, 14, "Minitest/RefuteFalse: Prefer using `refute(assoc)`.", 168107178]
|
647 | 647 | ],
|
648 |
| - "test/test_sreg.rb:3096799311": [ |
| 648 | + "test/test_sreg.rb:3389295916": [ |
649 | 649 | [40, 11, 40, "Minitest/RefuteFalse: Prefer using `refute(OpenID.supports_sreg?(endpoint))`.", 1330659053],
|
650 | 650 | [162, 9, 219, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 794229251],
|
651 | 651 | [171, 9, 344, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 1722648752],
|
|
657 | 657 | [417, 9, 1096, "Minitest/MultipleAssertions: Test case has too many assertions [6/3].", 1076119837],
|
658 | 658 | [477, 9, 325, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 311804901]
|
659 | 659 | ],
|
660 |
| - "test/test_stores.rb:1689036944": [ |
| 660 | + "test/test_stores.rb:4255321139": [ |
661 | 661 | [63, 28, 6, "Lint/UselessAssignment: Useless assignment to variable - `issued`.", 1645597496],
|
662 | 662 | [95, 29, 6, "Lint/UselessAssignment: Useless assignment to variable - `issued`.", 1645597496],
|
663 | 663 | [112, 29, 6, "Lint/UselessAssignment: Useless assignment to variable - `issued`.", 1645597496],
|
|
671 | 671 | [163, 52, 11, "Naming/VariableName: Use snake_case for variable names.", 3460325804],
|
672 | 672 | [229, 9, 77, "Minitest/RefuteFalse: Prefer using `refute(@store.use_nonce(server_url, ts, salt), \"recent_nonce after cleanup\")`.", 3891537003]
|
673 | 673 | ],
|
674 |
| - "test/test_trustroot.rb:450936637": [ |
| 674 | + "test/test_trustroot.rb:849667934": [ |
675 | 675 | [15, 7, 16, "Minitest/RefuteFalse: Prefer using `refute(tr.nil?)`.", 3450525467],
|
676 | 676 | [17, 7, 81, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(OpenID::TrustRoot::TrustRoot.check_sanity(case_), [case_, desc].join(\" \"))`?", 916980427],
|
677 | 677 | [19, 7, 42, "Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(!tr.sane?, [case_, desc].join(\" \"))`?", 3255143832],
|
|
683 | 683 | [33, 7, 80, "Minitest/RefuteFalse: Prefer using `refute(actual_match, [expected_match, actual_match, trust_root, url].join(\" \"))`.", 3810436984],
|
684 | 684 | [34, 7, 64, "Minitest/RefuteFalse: Prefer using `refute(OpenID::TrustRoot::TrustRoot.check_url(trust_root, url))`.", 1484346761]
|
685 | 685 | ],
|
686 |
| - "test/test_ui.rb:68124450": [ |
| 686 | + "test/test_ui.rb:1535314081": [ |
687 | 687 | [26, 9, 29, "Minitest/AssertTruthy: Prefer using `assert(req2.icon)`.", 591024350],
|
688 | 688 | [39, 9, 29, "Minitest/AssertTruthy: Prefer using `assert(@req.icon)`.", 1633148460],
|
689 | 689 | [66, 9, 29, "Minitest/AssertTruthy: Prefer using `assert(@req.icon)`.", 1633148460],
|
690 | 690 | [92, 9, 28, "Minitest/AssertTruthy: Prefer using `assert(req.icon)`.", 1476625708]
|
691 | 691 | ],
|
692 |
| - "test/test_urinorm.rb:1759769870": [ |
| 692 | + "test/test_urinorm.rb:1533719597": [ |
693 | 693 | [26, 11, 12, "Minitest/UselessAssertion: Useless assertion detected.", 2511510896]
|
694 | 694 | ],
|
695 |
| - "test/test_xrds.rb:3561804079": [ |
| 695 | + "test/test_xrds.rb:784263724": [ |
696 | 696 | [52, 9, 41, "Minitest/RefuteFalse: Prefer using `refute(Yadis.is_xrds?(isnt))`.", 2709875658],
|
697 | 697 | [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],
|
698 | 698 | [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],
|
699 | 699 | [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],
|
700 | 700 | [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],
|
701 | 701 | [151, 9, 56, "Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.", 2495284533]
|
702 | 702 | ],
|
703 |
| - "test/test_yadis_discovery.rb:2050267650": [ |
| 703 | + "test/test_yadis_discovery.rb:1756797249": [ |
704 | 704 | [22, 5, 437, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1189860280],
|
705 | 705 | [49, 9, 5, "Style/InfiniteLoop: Use `Kernel#loop` for infinite loops.", 191284826],
|
706 | 706 | [134, 46, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
|
|
0 commit comments