|
18 | 18 | [9, 9, 25, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2012823020],
|
19 | 19 | [13, 9, 25, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2012823020]
|
20 | 20 | ],
|
21 |
| - "lib/oauth2/response.rb:2808363818": [ |
22 |
| - [35, 5, 204, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 996912427] |
| 21 | + "lib/oauth2/response.rb:2054901929": [ |
| 22 | + [53, 5, 204, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 996912427] |
23 | 23 | ],
|
24 |
| - "oauth2.gemspec:1301437182": [ |
| 24 | + "oauth2.gemspec:3059367295": [ |
25 | 25 | [5, 23, 12, "Gemspec/RubyVersionGlobalsUsage: Do not use `RUBY_VERSION` in gemspec file.", 31296028]
|
26 | 26 | ],
|
27 | 27 | "spec/oauth2/access_token_spec.rb:1202129469": [
|
|
37 | 37 | [69, 15, 38, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 1480816240],
|
38 | 38 | [79, 13, 23, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 2314399065]
|
39 | 39 | ],
|
40 |
| - "spec/oauth2/client_spec.rb:1455422151": [ |
| 40 | + "spec/oauth2/client_spec.rb:3334307042": [ |
41 | 41 | [6, 1, 29, "RSpec/SpecFilePathFormat: Spec path should end with `o_auth2/client*_spec.rb`.", 439549885],
|
42 | 42 | [175, 7, 492, "RSpec/NoExpectationExample: No expectation found in this example.", 1272021224],
|
43 | 43 | [194, 7, 592, "RSpec/NoExpectationExample: No expectation found in this example.", 3428877205],
|
44 | 44 | [207, 15, 20, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 2320605227],
|
45 | 45 | [222, 15, 20, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 1276531672],
|
46 | 46 | [237, 15, 43, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 1383956904],
|
47 | 47 | [252, 15, 43, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 3376202107],
|
48 |
| - [827, 5, 360, "RSpec/NoExpectationExample: No expectation found in this example.", 536201463], |
49 |
| - [836, 5, 461, "RSpec/NoExpectationExample: No expectation found in this example.", 3392600621], |
50 |
| - [847, 5, 340, "RSpec/NoExpectationExample: No expectation found in this example.", 244592251], |
51 |
| - [975, 11, 99, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3084776886], |
52 |
| - [979, 11, 82, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1524553529], |
53 |
| - [987, 7, 89, "RSpec/NoExpectationExample: No expectation found in this example.", 4609419], |
54 |
| - [1075, 11, 99, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3084776886], |
55 |
| - [1079, 11, 82, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1524553529], |
56 |
| - [1159, 17, 12, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 664794325] |
| 48 | + [839, 5, 360, "RSpec/NoExpectationExample: No expectation found in this example.", 536201463], |
| 49 | + [848, 5, 461, "RSpec/NoExpectationExample: No expectation found in this example.", 3392600621], |
| 50 | + [859, 5, 340, "RSpec/NoExpectationExample: No expectation found in this example.", 244592251], |
| 51 | + [987, 11, 99, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3084776886], |
| 52 | + [991, 11, 82, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1524553529], |
| 53 | + [999, 7, 89, "RSpec/NoExpectationExample: No expectation found in this example.", 4609419], |
| 54 | + [1087, 11, 99, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3084776886], |
| 55 | + [1091, 11, 82, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1524553529], |
| 56 | + [1171, 17, 12, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 664794325] |
57 | 57 | ],
|
58 | 58 | "spec/oauth2/error_spec.rb:1692696277": [
|
59 | 59 | [23, 1, 28, "RSpec/SpecFilePathFormat: Spec path should end with `o_auth2/error*_spec.rb`.", 3385870076],
|
|
65 | 65 | [375, 11, 534, "RSpec/NoExpectationExample: No expectation found in this example.", 3347340910],
|
66 | 66 | [391, 11, 210, "RSpec/NoExpectationExample: No expectation found in this example.", 3948582233]
|
67 | 67 | ],
|
68 |
| - "spec/oauth2/response_spec.rb:3742350944": [ |
69 |
| - [3, 1, 31, "RSpec/SpecFilePathFormat: Spec path should end with `o_auth2/response*_spec.rb`.", 3190869319], |
70 |
| - [317, 33, 2, "RSpec/BeEq: Prefer `be` over `eq`.", 5860785] |
| 68 | + "spec/oauth2/response_spec.rb:2248532534": [ |
| 69 | + [3, 1, 31, "RSpec/SpecFilePathFormat: Spec path should end with `o_auth2/response*_spec.rb`.", 3190869319] |
71 | 70 | ],
|
72 | 71 | "spec/oauth2/strategy/assertion_spec.rb:793170256": [
|
73 | 72 | [6, 1, 42, "RSpec/SpecFilePathFormat: Spec path should end with `o_auth2/strategy/assertion*_spec.rb`.", 3665690869]
|
|
0 commit comments