-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
.rubocop_gradual.lock
175 lines (175 loc) · 15.7 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
{
"README.md:2344164358": [
[232, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714]
],
"bin/bundle:247448467": [
[64, 5, 20, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2485198147]
],
"lib/omniauth/identity/model.rb:1162570792": [
[53, 11, 9, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 4045031525],
[54, 11, 9, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 4045031525],
[54, 40, 9, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 4045031525],
[54, 54, 9, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 4045031525],
[56, 11, 9, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 4045031525]
],
"lib/omniauth/identity/models/active_record.rb:1552301885": [
[19, 9, 113, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2104861380],
[24, 9, 189, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3443171851]
],
"lib/omniauth/identity/models/couch_potato.rb:2051092700": [
[14, 9, 663, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2599559599],
[22, 13, 125, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3604044426],
[27, 13, 83, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 902334745]
],
"lib/omniauth/identity/models/mongoid.rb:1652584382": [
[12, 9, 566, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3754562029],
[20, 13, 125, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3604044426],
[25, 13, 83, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 902334745]
],
"lib/omniauth/identity/models/nobrainer.rb:3355783297": [
[12, 9, 568, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4204154330],
[20, 13, 125, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3604044426],
[25, 13, 83, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 902334745]
],
"lib/omniauth/identity/models/sequel.rb:3343978269": [
[15, 9, 1972, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 496918361]
],
"lib/omniauth/identity/secure_password.rb:2767570368": [
[13, 7, 113, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 353293128],
[23, 9, 23, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 1578198260]
],
"spec/omniauth/identity/model_spec.rb:3920022856": [
[3, 1, 40, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/identity/model*_spec.rb`.", 1316823397]
],
"spec/omniauth/identity/secure_password_spec.rb:2012576649": [
[4, 3, 34, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2989290855],
[11, 1, 49, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/identity/secure_password*_spec.rb`.", 2365105762],
[13, 37, 7, "RSpec/MessageSpies: Prefer `have_received` for setting message expectations. Setup `DoesNotHaveTheMethod` as a spy using `allow` or `instance_spy`.", 1384559950],
[18, 33, 7, "RSpec/MessageSpies: Prefer `have_received` for setting message expectations. Setup `HasTheMethod` as a spy using `allow` or `instance_spy`.", 1384559950]
],
"spec/omniauth/strategies/identity_spec.rb:3336080588": [
[7, 1, 55, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/strategies/identity*_spec.rb`.", 3369296900],
[7, 1, 13907, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 3142578227],
[45, 3, 1509, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 1098806567],
[54, 7, 1050, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 90684419],
[65, 9, 33, "RSpec/MultipleExpectations: Example has too many expectations [4/1].", 3707445541],
[86, 3, 2418, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 2227086956],
[87, 5, 273, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 2916677213],
[90, 7, 20, "RSpec/MultipleExpectations: Example has too many expectations [2/1].", 244223142],
[98, 5, 1048, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 762633910],
[99, 7, 38, "RSpec/NestedGroups: Maximum example group nesting exceeded [4/3].", 3252945984],
[99, 7, 489, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 808419656],
[102, 9, 44, "RSpec/MultipleExpectations: Example has too many expectations [4/1].", 3068148439],
[112, 7, 39, "RSpec/NestedGroups: Maximum example group nesting exceeded [4/3].", 763444757],
[112, 7, 502, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 479700952],
[115, 9, 47, "RSpec/MultipleExpectations: Example has too many expectations [4/1].", 1466396057],
[126, 5, 1046, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 2411931004],
[127, 7, 38, "RSpec/NestedGroups: Maximum example group nesting exceeded [4/3].", 3252945984],
[127, 7, 485, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 2741702487],
[130, 9, 31, "RSpec/MultipleExpectations: Example has too many expectations [4/1].", 1581362467],
[140, 7, 39, "RSpec/NestedGroups: Maximum example group nesting exceeded [4/3].", 763444757],
[140, 7, 503, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 791060083],
[143, 9, 47, "RSpec/MultipleExpectations: Example has too many expectations [4/1].", 1466396057],
[155, 3, 1910, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [7/5]", 3186083566],
[156, 18, 53, "RSpec/VerifiedDoubles: Prefer using verifying doubles over normal doubles.", 2075994733],
[158, 5, 614, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [7/5]", 608571716],
[161, 9, 6, "RSpec/ExpectInHook: Do not use `expect` in `before` hook", 1179768986],
[161, 9, 15, "RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.", 1348721721],
[161, 28, 7, "RSpec/MessageSpies: Prefer `have_received` for setting message expectations. Setup `anon_ar` as a spy using `allow` or `instance_spy`.", 1384559950],
[178, 5, 537, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [7/5]", 1440276922],
[182, 9, 6, "RSpec/ExpectInHook: Do not use `expect` in `before` hook", 1179768986],
[182, 9, 15, "RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.", 1348721721],
[182, 28, 7, "RSpec/MessageSpies: Prefer `have_received` for setting message expectations. Setup `anon_ar` as a spy using `allow` or `instance_spy`.", 1384559950],
[191, 5, 633, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [7/5]", 2571843225],
[201, 7, 364, "RSpec/ExampleLength: Example has too many lines. [6/5]", 1374979352],
[203, 9, 15, "RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.", 1348721721],
[203, 28, 7, "RSpec/MessageSpies: Prefer `have_received` for setting message expectations. Setup `anon_ar` as a spy using `allow` or `instance_spy`.", 1384559950],
[212, 3, 668, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 1618224481],
[213, 5, 222, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 2887395128],
[213, 13, 25, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 3693125323],
[220, 5, 252, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 1517565100],
[220, 13, 26, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 2193731070],
[235, 3, 6147, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 1648551578],
[236, 5, 248, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 1517565100],
[236, 13, 26, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 2193731070],
[245, 5, 2529, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [7/5]", 470853142],
[256, 7, 23, "RSpec/MultipleExpectations: Example has too many expectations [2/1].", 3771829418],
[262, 7, 33, "RSpec/NestedGroups: Maximum example group nesting exceeded [4/3].", 109191139],
[262, 7, 2053, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [8/5]", 4252663916],
[272, 9, 31, "RSpec/NestedGroups: Maximum example group nesting exceeded [5/3].", 3824711476],
[272, 9, 658, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [8/5]", 918056114],
[275, 33, 2, "RSpec/BeEq: Prefer `be` over `eq`.", 5860785],
[289, 9, 34, "RSpec/NestedGroups: Maximum example group nesting exceeded [5/3].", 221910324],
[289, 9, 1117, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [8/5]", 1241935471],
[296, 11, 23, "RSpec/MultipleExpectations: Example has too many expectations [2/1].", 3771829418],
[320, 5, 3314, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [8/5]", 346353854],
[330, 32, 38, "RSpec/VerifiedDoubles: Prefer using verifying doubles over normal doubles.", 1755902936],
[333, 9, 6, "RSpec/ExpectInHook: Do not use `expect` in `before` hook", 1179768986],
[333, 9, 15, "RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.", 1348721721],
[333, 28, 7, "RSpec/MessageSpies: Prefer `have_received` for setting message expectations. Setup `anon_ar` as a spy using `allow` or `instance_spy`.", 1384559950],
[336, 7, 17, "RSpec/NestedGroups: Maximum example group nesting exceeded [4/3].", 480102481],
[336, 7, 287, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [8/5]", 3800776503],
[336, 15, 9, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 3027277230],
[337, 9, 28, "RSpec/MultipleExpectations: Example has too many expectations [2/1].", 2785076975],
[344, 7, 48, "RSpec/NestedGroups: Maximum example group nesting exceeded [4/3].", 136205881],
[344, 7, 585, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [8/5]", 776899733],
[344, 15, 40, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 3387945126],
[354, 9, 27, "RSpec/MultipleExpectations: Example has too many expectations [3/1].", 2670485460],
[362, 7, 33, "RSpec/NestedGroups: Maximum example group nesting exceeded [4/3].", 109191139],
[362, 7, 1962, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [9/5]", 3452727757],
[372, 9, 31, "RSpec/NestedGroups: Maximum example group nesting exceeded [5/3].", 3824711476],
[372, 9, 658, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [9/5]", 918056114],
[375, 33, 2, "RSpec/BeEq: Prefer `be` over `eq`.", 5860785],
[389, 9, 34, "RSpec/NestedGroups: Maximum example group nesting exceeded [5/3].", 221910324],
[389, 9, 1026, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [9/5]", 4053570866],
[398, 33, 2, "RSpec/BeEq: Prefer `be` over `eq`.", 5860785]
],
"spec/support/shared_contexts/instance_with_instance_methods.rb:568280648": [
[46, 27, 7, "RSpec/MessageSpies: Prefer `have_received` for setting message expectations. Setup `instance` as a spy using `allow` or `instance_spy`.", 1384559950],
[54, 27, 7, "RSpec/MessageSpies: Prefer `have_received` for setting message expectations. Setup `instance` as a spy using `allow` or `instance_spy`.", 1384559950],
[61, 5, 300, "RSpec/ExampleLength: Example has too many lines. [6/5]", 2287723340],
[62, 7, 58, "RSpec/ReceiveMessages: Use `receive_messages` instead of multiple stubs on lines [63].", 2575742549],
[63, 7, 55, "RSpec/ReceiveMessages: Use `receive_messages` instead of multiple stubs on lines [62].", 4289606631],
[71, 5, 322, "RSpec/NoExpectationExample: No expectation found in this example.", 4020414310],
[72, 7, 62, "RSpec/ReceiveMessages: Use `receive_messages` instead of multiple stubs on lines [73, 74].", 4137211194],
[73, 7, 56, "RSpec/ReceiveMessages: Use `receive_messages` instead of multiple stubs on lines [72, 74].", 2966621938],
[74, 7, 58, "RSpec/ReceiveMessages: Use `receive_messages` instead of multiple stubs on lines [72, 73].", 2022386549],
[78, 5, 180, "RSpec/NoExpectationExample: No expectation found in this example.", 1355536605],
[84, 7, 60, "RSpec/ReceiveMessages: Use `receive_messages` instead of multiple stubs on lines [85].", 3631741744],
[85, 7, 59, "RSpec/ReceiveMessages: Use `receive_messages` instead of multiple stubs on lines [84].", 3301215538]
],
"spec/support/shared_contexts/model_with_class_methods.rb:1263210654": [
[11, 5, 325, "RSpec/ExampleLength: Example has too many lines. [6/5]", 3056489340],
[12, 25, 47, "RSpec/VerifiedDoubles: Prefer using verifying doubles over normal doubles.", 1295072297],
[20, 5, 368, "RSpec/ExampleLength: Example has too many lines. [7/5]", 2117829356],
[21, 25, 47, "RSpec/VerifiedDoubles: Prefer using verifying doubles over normal doubles.", 1295072297]
],
"spec/support/shared_contexts/persistable_model.rb:4102269984": [
[3, 22, 19, "RSpec/ContextWording: Context description should match /^when\\b/, /^with\\b/, or /^without\\b/.", 3037799226]
],
"spec_ignored/nobrainer_spec.rb:3191134947": [
[19, 1, 65, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/identity/models/no_brainer*_spec.rb`.", 1527957824],
[50, 7, 297, "RSpec/ExampleLength: Example has too many lines. [6/5]", 2247016642],
[55, 9, 71, "RSpec/SubjectStub: Do not stub methods of the object under test.", 399334056]
],
"spec_orms/active_record_spec.rb:1988670090": [
[9, 1, 66, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/identity/models/active_record*_spec.rb`.", 3716735269],
[33, 7, 321, "RSpec/ExampleLength: Example has too many lines. [7/5]", 3315623106],
[39, 9, 71, "RSpec/SubjectStub: Do not stub methods of the object under test.", 399334056]
],
"spec_orms/couch_potato_spec.rb:1215064168": [
[5, 1, 71, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/identity/models/couch_potato_module*_spec.rb`.", 3681175308],
[29, 7, 290, "RSpec/ExampleLength: Example has too many lines. [6/5]", 3358628882],
[34, 9, 71, "RSpec/SubjectStub: Do not stub methods of the object under test.", 399334056]
],
"spec_orms/mongoid_spec.rb:1857267992": [
[7, 1, 61, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/identity/models/mongoid*_spec.rb`.", 2184534986],
[14, 14, 7, "RSpec/NamedSubject: Name your test subject if you need to reference it explicitly.", 1892732441],
[20, 7, 290, "RSpec/ExampleLength: Example has too many lines. [6/5]", 3358628882],
[25, 9, 71, "RSpec/SubjectStub: Do not stub methods of the object under test.", 399334056]
],
"spec_orms/sequel_spec.rb:3336240631": [
[8, 1, 60, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/identity/models/sequel*_spec.rb`.", 36626431],
[34, 9, 71, "RSpec/SubjectStub: Do not stub methods of the object under test.", 399334056]
]
}