armitage-rubocop 1.51.0.6 → 1.58.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +46 -28
- data/Rakefile +1 -1
- data/armitage-rubocop.gemspec +9 -9
- data/lib/common/bundler.yml +3 -0
- data/lib/common/lint.yml +9 -0
- data/lib/common/performance.yml +3 -0
- data/lib/common/rails.yml +21 -4
- data/lib/common/style.yml +30 -1
- data/lib/rspec/capybara.yml +11 -0
- data/lib/rspec/factory_bot.yml +3 -0
- data/lib/rspec/rails.yml +3 -0
- data/lib/rspec/rspec.yml +18 -0
- metadata +18 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 105b624f044e9ba370284612b43ce8546af596774d1687ad495222d94d8eacad
|
4
|
+
data.tar.gz: b35ae9d048b6a7addbe52f7d151b17718e9033b1551c37447c720bd413acf2c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ab2cd78ed64bd24dc50769bb9a46e32a08e6739e37dae478c2b41fea35616ff36fee4740c4bb114d8a6545c5b49c272b8e1120d0f7558b08dfa30fd760445ab
|
7
|
+
data.tar.gz: 936bdccec3600342a9216b270db644b804ad0c6eccf7e25329224df45918ef3fea7d8e4afe0a32055eee8cf65b2aa0687760bbdeec42042ea49ed55a438477f1
|
data/Gemfile.lock
CHANGED
@@ -1,84 +1,102 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
armitage-rubocop (1.
|
5
|
-
rubocop (= 1.
|
6
|
-
rubocop-capybara (= 2.
|
7
|
-
rubocop-factory_bot (= 2.
|
8
|
-
rubocop-performance (= 1.
|
9
|
-
rubocop-rails (= 2.
|
4
|
+
armitage-rubocop (1.58.0)
|
5
|
+
rubocop (= 1.58.0)
|
6
|
+
rubocop-capybara (= 2.19.0)
|
7
|
+
rubocop-factory_bot (= 2.24.0)
|
8
|
+
rubocop-performance (= 1.19.1)
|
9
|
+
rubocop-rails (= 2.22.2)
|
10
10
|
rubocop-rake (= 0.6.0)
|
11
|
-
rubocop-rspec (= 2.
|
11
|
+
rubocop-rspec (= 2.25.0)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
activesupport (7.
|
16
|
+
activesupport (7.1.2)
|
17
|
+
base64
|
18
|
+
bigdecimal
|
17
19
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
20
|
+
connection_pool (>= 2.2.5)
|
21
|
+
drb
|
18
22
|
i18n (>= 1.6, < 2)
|
19
23
|
minitest (>= 5.1)
|
24
|
+
mutex_m
|
20
25
|
tzinfo (~> 2.0)
|
21
26
|
ast (2.4.2)
|
27
|
+
base64 (0.2.0)
|
28
|
+
bigdecimal (3.1.4)
|
22
29
|
coderay (1.1.3)
|
23
30
|
concurrent-ruby (1.2.2)
|
24
|
-
|
31
|
+
connection_pool (2.4.1)
|
32
|
+
drb (2.2.0)
|
33
|
+
ruby2_keywords
|
34
|
+
i18n (1.14.1)
|
25
35
|
concurrent-ruby (~> 1.0)
|
26
|
-
json (2.
|
36
|
+
json (2.7.1)
|
37
|
+
language_server-protocol (3.17.0.3)
|
27
38
|
method_source (1.0.0)
|
28
|
-
minitest (5.
|
39
|
+
minitest (5.20.0)
|
40
|
+
mutex_m (0.2.0)
|
29
41
|
parallel (1.23.0)
|
30
|
-
parser (3.2.2.
|
42
|
+
parser (3.2.2.4)
|
31
43
|
ast (~> 2.4.1)
|
44
|
+
racc
|
32
45
|
pry (0.14.2)
|
33
46
|
coderay (~> 1.1)
|
34
47
|
method_source (~> 1.0)
|
35
|
-
|
48
|
+
racc (1.7.3)
|
49
|
+
rack (3.0.8)
|
36
50
|
rainbow (3.1.1)
|
37
|
-
rake (13.0
|
38
|
-
regexp_parser (2.8.
|
39
|
-
rexml (3.2.
|
40
|
-
rubocop (1.
|
51
|
+
rake (13.1.0)
|
52
|
+
regexp_parser (2.8.3)
|
53
|
+
rexml (3.2.6)
|
54
|
+
rubocop (1.58.0)
|
41
55
|
json (~> 2.3)
|
56
|
+
language_server-protocol (>= 3.17.0)
|
42
57
|
parallel (~> 1.10)
|
43
|
-
parser (>= 3.2.
|
58
|
+
parser (>= 3.2.2.4)
|
44
59
|
rainbow (>= 2.2.2, < 4.0)
|
45
60
|
regexp_parser (>= 1.8, < 3.0)
|
46
61
|
rexml (>= 3.2.5, < 4.0)
|
47
|
-
rubocop-ast (>= 1.
|
62
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
48
63
|
ruby-progressbar (~> 1.7)
|
49
64
|
unicode-display_width (>= 2.4.0, < 3.0)
|
50
|
-
rubocop-ast (1.
|
65
|
+
rubocop-ast (1.30.0)
|
51
66
|
parser (>= 3.2.1.0)
|
52
|
-
rubocop-capybara (2.
|
67
|
+
rubocop-capybara (2.19.0)
|
53
68
|
rubocop (~> 1.41)
|
54
|
-
rubocop-factory_bot (2.
|
69
|
+
rubocop-factory_bot (2.24.0)
|
55
70
|
rubocop (~> 1.33)
|
56
|
-
rubocop-performance (1.
|
71
|
+
rubocop-performance (1.19.1)
|
57
72
|
rubocop (>= 1.7.0, < 2.0)
|
58
73
|
rubocop-ast (>= 0.4.0)
|
59
|
-
rubocop-rails (2.
|
74
|
+
rubocop-rails (2.22.2)
|
60
75
|
activesupport (>= 4.2.0)
|
61
76
|
rack (>= 1.1)
|
62
77
|
rubocop (>= 1.33.0, < 2.0)
|
78
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
63
79
|
rubocop-rake (0.6.0)
|
64
80
|
rubocop (~> 1.0)
|
65
|
-
rubocop-rspec (2.
|
66
|
-
rubocop (~> 1.
|
81
|
+
rubocop-rspec (2.25.0)
|
82
|
+
rubocop (~> 1.40)
|
67
83
|
rubocop-capybara (~> 2.17)
|
68
84
|
rubocop-factory_bot (~> 2.22)
|
69
85
|
ruby-progressbar (1.13.0)
|
86
|
+
ruby2_keywords (0.0.5)
|
70
87
|
tzinfo (2.0.6)
|
71
88
|
concurrent-ruby (~> 1.0)
|
72
|
-
unicode-display_width (2.
|
89
|
+
unicode-display_width (2.5.0)
|
73
90
|
|
74
91
|
PLATFORMS
|
75
92
|
arm64-darwin-22
|
93
|
+
arm64-darwin-23
|
76
94
|
|
77
95
|
DEPENDENCIES
|
78
96
|
armitage-rubocop!
|
79
97
|
bundler (~> 2.3)
|
80
98
|
pry (~> 0.14)
|
81
|
-
rake (~> 13.
|
99
|
+
rake (~> 13.1)
|
82
100
|
|
83
101
|
BUNDLED WITH
|
84
102
|
2.4.12
|
data/Rakefile
CHANGED
@@ -71,7 +71,7 @@ namespace :armitage_rubocop do
|
|
71
71
|
|
72
72
|
# NOTE: try to load without Psych exceptions
|
73
73
|
invalid_yamls = yamls.each_with_object([]) do |file_name, invalid_files|
|
74
|
-
YAML.
|
74
|
+
YAML.safe_load_file(file_name) rescue (invalid_files << "- \e[33m#{file_name}\e[0m")
|
75
75
|
end
|
76
76
|
|
77
77
|
if invalid_yamls.empty?
|
data/armitage-rubocop.gemspec
CHANGED
@@ -6,11 +6,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.required_ruby_version = '>= 3.1'
|
8
8
|
|
9
|
-
spec.version = '1.
|
9
|
+
spec.version = '1.58.0'
|
10
10
|
spec.name = 'armitage-rubocop'
|
11
11
|
spec.license = 'MIT'
|
12
12
|
spec.authors = ['Rustam Ibragimov']
|
13
|
-
spec.email = ['iamdaiver@
|
13
|
+
spec.email = ['iamdaiver@gmail.com']
|
14
14
|
spec.homepage = 'https://github.com/0exp/armitage'
|
15
15
|
|
16
16
|
spec.summary = 'A set of rubocop settings'
|
@@ -23,15 +23,15 @@ Gem::Specification.new do |spec|
|
|
23
23
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
24
24
|
end
|
25
25
|
|
26
|
-
spec.add_dependency 'rubocop', '= 1.
|
27
|
-
spec.add_dependency 'rubocop-performance', '= 1.
|
28
|
-
spec.add_dependency 'rubocop-rails', '= 2.
|
29
|
-
spec.add_dependency 'rubocop-rspec', '= 2.
|
26
|
+
spec.add_dependency 'rubocop', '= 1.58.0'
|
27
|
+
spec.add_dependency 'rubocop-performance', '= 1.19.1'
|
28
|
+
spec.add_dependency 'rubocop-rails', '= 2.22.2'
|
29
|
+
spec.add_dependency 'rubocop-rspec', '= 2.25.0'
|
30
30
|
spec.add_dependency 'rubocop-rake', '= 0.6.0'
|
31
|
-
spec.add_dependency 'rubocop-capybara', '= 2.
|
32
|
-
spec.add_dependency 'rubocop-factory_bot', '= 2.
|
31
|
+
spec.add_dependency 'rubocop-capybara', '= 2.19.0'
|
32
|
+
spec.add_dependency 'rubocop-factory_bot', '= 2.24.0'
|
33
33
|
|
34
34
|
spec.add_development_dependency 'bundler', '~> 2.3'
|
35
|
-
spec.add_development_dependency 'rake', '~> 13.
|
35
|
+
spec.add_development_dependency 'rake', '~> 13.1'
|
36
36
|
spec.add_development_dependency 'pry', '~> 0.14'
|
37
37
|
end
|
data/lib/common/bundler.yml
CHANGED
data/lib/common/lint.yml
CHANGED
@@ -203,6 +203,9 @@ Lint/InterpolationCheck:
|
|
203
203
|
Lint/LambdaWithoutLiteralBlock:
|
204
204
|
Enabled: true
|
205
205
|
|
206
|
+
Lint/LiteralAssignmentInCondition:
|
207
|
+
Enabled: true
|
208
|
+
|
206
209
|
Lint/LiteralAsCondition:
|
207
210
|
Enabled: true
|
208
211
|
|
@@ -219,6 +222,9 @@ Lint/Loop:
|
|
219
222
|
Lint/MissingCopEnableDirective:
|
220
223
|
Enabled: true
|
221
224
|
|
225
|
+
Lint/MixedCaseRange:
|
226
|
+
Enabled: true
|
227
|
+
|
222
228
|
Lint/MixedRegexpCaptureTypes:
|
223
229
|
Enabled: true
|
224
230
|
# NOTE: if you use named captures - numbered captures will be ignored. it is bad. validate it.
|
@@ -290,6 +296,9 @@ Lint/RaiseException:
|
|
290
296
|
Lint/RandOne:
|
291
297
|
Enabled: true
|
292
298
|
|
299
|
+
Lint/RedundantRegexpQuantifiers:
|
300
|
+
Enabled: true
|
301
|
+
|
293
302
|
Lint/RedundantDirGlobSort:
|
294
303
|
Enabled: true
|
295
304
|
|
data/lib/common/performance.yml
CHANGED
data/lib/common/rails.yml
CHANGED
@@ -4,10 +4,6 @@ Rails/AddColumnIndex:
|
|
4
4
|
Rails/ActionControllerTestCase:
|
5
5
|
Enabled: true
|
6
6
|
|
7
|
-
Rails/ActionFilter:
|
8
|
-
Enabled: true
|
9
|
-
EnforcedStyle: action
|
10
|
-
|
11
7
|
Rails/ActionOrder:
|
12
8
|
Enabled: false
|
13
9
|
|
@@ -93,6 +89,9 @@ Rails/CompactBlank:
|
|
93
89
|
Rails/ContentTag:
|
94
90
|
Enabled: true
|
95
91
|
|
92
|
+
Rails/DangerousColumnNames:
|
93
|
+
Enabled: true
|
94
|
+
|
96
95
|
Rails/DotSeparatedKeys:
|
97
96
|
Enabled: true
|
98
97
|
|
@@ -113,6 +112,7 @@ Rails/Date:
|
|
113
112
|
Enabled: true
|
114
113
|
EnforcedStyle: flexible
|
115
114
|
AllowToTime: true
|
115
|
+
AutoCorrect: true
|
116
116
|
|
117
117
|
Rails/DefaultScope:
|
118
118
|
Enabled: false
|
@@ -137,6 +137,9 @@ Rails/EnumHash:
|
|
137
137
|
Include:
|
138
138
|
- app/models/**/*.rb
|
139
139
|
|
140
|
+
Rails/EnvLocal:
|
141
|
+
Enabled: true
|
142
|
+
|
140
143
|
Rails/EnvironmentVariableAccess:
|
141
144
|
Enabled: false # TODO: think about it later
|
142
145
|
AllowReads: true
|
@@ -154,6 +157,7 @@ Rails/Exit:
|
|
154
157
|
Rails/FilePath:
|
155
158
|
Enabled: true
|
156
159
|
EnforcedStyle: arguments
|
160
|
+
AutoCorrect: true
|
157
161
|
|
158
162
|
Rails/FindBy:
|
159
163
|
Enabled: true
|
@@ -194,6 +198,7 @@ Rails/IgnoredColumnsAssignment:
|
|
194
198
|
|
195
199
|
Rails/IgnoredSkipActionFilterOption:
|
196
200
|
Enabled: true
|
201
|
+
AutoCorrect: true
|
197
202
|
|
198
203
|
Rails/IndexBy:
|
199
204
|
Enabled: true
|
@@ -271,6 +276,10 @@ Rails/RedundantAllowNil:
|
|
271
276
|
Include:
|
272
277
|
- app/models/**/*.rb
|
273
278
|
|
279
|
+
Rails/RedundantActiveRecordAllMethod:
|
280
|
+
Enabled: true
|
281
|
+
AutoCorrect: false
|
282
|
+
|
274
283
|
Rails/RedundantPresenceValidationOnBelongsTo:
|
275
284
|
Enabled: true
|
276
285
|
|
@@ -308,6 +317,9 @@ Rails/RequestReferer:
|
|
308
317
|
Rails/ReversibleMigration:
|
309
318
|
Enabled: true
|
310
319
|
|
320
|
+
Rails/SelectMap:
|
321
|
+
Enabled: true
|
322
|
+
|
311
323
|
Rails/SafeNavigation:
|
312
324
|
Enabled: true
|
313
325
|
|
@@ -358,6 +370,10 @@ Rails/ToFormattedS:
|
|
358
370
|
|
359
371
|
Rails/TransactionExitStatement:
|
360
372
|
Enabled: true
|
373
|
+
TransactionMethods: []
|
374
|
+
|
375
|
+
Rails/UnusedRenderContent:
|
376
|
+
Enabled: true
|
361
377
|
|
362
378
|
Rails/UniqBeforePluck:
|
363
379
|
Enabled: true
|
@@ -375,6 +391,7 @@ Rails/UnknownEnv:
|
|
375
391
|
- test
|
376
392
|
- staging
|
377
393
|
- production
|
394
|
+
- local
|
378
395
|
|
379
396
|
Rails/Validation:
|
380
397
|
Enabled: true
|
data/lib/common/style.yml
CHANGED
@@ -15,6 +15,9 @@ Style/AndOr:
|
|
15
15
|
Enabled: false
|
16
16
|
EnforcedStyle: always
|
17
17
|
|
18
|
+
Style/ArrayFirstLast:
|
19
|
+
Enabled: false
|
20
|
+
|
18
21
|
Style/ArrayIntersect:
|
19
22
|
Enabled: true
|
20
23
|
|
@@ -23,7 +26,6 @@ Style/ArrayCoercion:
|
|
23
26
|
|
24
27
|
Style/ArgumentsForwarding:
|
25
28
|
Enabled: false
|
26
|
-
AllowOnlyRestArgument: true
|
27
29
|
|
28
30
|
Style/ArrayJoin:
|
29
31
|
Enabled: true
|
@@ -579,6 +581,24 @@ Style/RaiseArgs:
|
|
579
581
|
Style/RandomWithOffset:
|
580
582
|
Enabled: true
|
581
583
|
|
584
|
+
Style/ReturnNilInPredicateMethodDefinition:
|
585
|
+
Enabled: true
|
586
|
+
|
587
|
+
Style/RedundantRegexpArgument:
|
588
|
+
Enabled: true
|
589
|
+
|
590
|
+
Style/RedundantCurrentDirectoryInPath:
|
591
|
+
Enabled: true
|
592
|
+
|
593
|
+
Style/RedundantArrayConstructor:
|
594
|
+
Enabled: true
|
595
|
+
|
596
|
+
Style/RedundantRegexpConstructor:
|
597
|
+
Enabled: true
|
598
|
+
|
599
|
+
Style/RedundantFilterChain:
|
600
|
+
Enabled: true
|
601
|
+
|
582
602
|
Style/RedundantLineContinuation:
|
583
603
|
Enabled: true
|
584
604
|
|
@@ -663,6 +683,9 @@ Style/ReturnNil:
|
|
663
683
|
Style/RedundantSelfAssignmentBranch:
|
664
684
|
Enabled: false # NOTE: can decrease the code readability
|
665
685
|
|
686
|
+
Style/SuperWithArgsParentheses:
|
687
|
+
Enabled: true
|
688
|
+
|
666
689
|
Style/SafeNavigation:
|
667
690
|
Enabled: true
|
668
691
|
ConvertCodeThatCanStartToReturnNil: false
|
@@ -688,6 +711,9 @@ Style/SignalException:
|
|
688
711
|
Enabled: true
|
689
712
|
EnforcedStyle: only_raise
|
690
713
|
|
714
|
+
Style/SingleLineDoEndBlock:
|
715
|
+
Enabled: true
|
716
|
+
|
691
717
|
Style/SingleArgumentDig:
|
692
718
|
Enabled: true
|
693
719
|
|
@@ -859,6 +885,9 @@ Style/WordArray:
|
|
859
885
|
EnforcedStyle: percent
|
860
886
|
MinSize: 2
|
861
887
|
|
888
|
+
Style/YAMLFileRead:
|
889
|
+
Enabled: true
|
890
|
+
|
862
891
|
Style/YodaCondition:
|
863
892
|
Enabled: false
|
864
893
|
EnforcedStyle: forbid_for_all_comparison_operators
|
data/lib/rspec/capybara.yml
CHANGED
@@ -1,9 +1,20 @@
|
|
1
1
|
Capybara/CurrentPathExpectation:
|
2
2
|
Enabled: true
|
3
3
|
|
4
|
+
Capybara/ClickLinkOrButtonStyle:
|
5
|
+
Enabled: true
|
6
|
+
|
4
7
|
RSpec/Capybara/FeatureMethods:
|
5
8
|
Enabled: false
|
6
9
|
|
10
|
+
Capybara/RSpec/PredicateMatcher:
|
11
|
+
Enabled: true
|
12
|
+
Strict: true
|
13
|
+
EnforcedStyle: inflected
|
14
|
+
|
15
|
+
Capybara/RSpec/HaveSelector:
|
16
|
+
Enabled: false
|
17
|
+
|
7
18
|
Capybara/VisibilityMatcher:
|
8
19
|
Enabled: true
|
9
20
|
|
data/lib/rspec/factory_bot.yml
CHANGED
data/lib/rspec/rails.yml
CHANGED
data/lib/rspec/rspec.yml
CHANGED
@@ -63,6 +63,9 @@ RSpec/Dialect:
|
|
63
63
|
Enabled: true
|
64
64
|
PreferredMethods: {}
|
65
65
|
|
66
|
+
RSpec/Eq:
|
67
|
+
Enabled: true
|
68
|
+
|
66
69
|
RSpec/EmptyExampleGroup:
|
67
70
|
Enabled: true
|
68
71
|
AutoCorrect: true
|
@@ -118,6 +121,12 @@ RSpec/ExpectOutput:
|
|
118
121
|
RSpec/FilePath:
|
119
122
|
Enabled: false
|
120
123
|
|
124
|
+
RSpec/SpecFilePathSuffix:
|
125
|
+
Enabled: false
|
126
|
+
|
127
|
+
RSpec/SpecFilePathFormat:
|
128
|
+
Enabled: false
|
129
|
+
|
121
130
|
RSpec/Focus:
|
122
131
|
Enabled: true
|
123
132
|
AutoCorrect: true
|
@@ -174,6 +183,12 @@ RSpec/LetSetup:
|
|
174
183
|
RSpec/MatchArray:
|
175
184
|
Enabled: false
|
176
185
|
|
186
|
+
RSpec/MetadataStyle:
|
187
|
+
Enabled: false
|
188
|
+
|
189
|
+
RSpec/EmptyMetadata:
|
190
|
+
Enabled: false
|
191
|
+
|
177
192
|
RSpec/MessageChain:
|
178
193
|
Enabled: false
|
179
194
|
|
@@ -229,6 +244,9 @@ RSpec/PredicateMatcher:
|
|
229
244
|
- have_http_status
|
230
245
|
- have_been_made
|
231
246
|
|
247
|
+
RSpec/ReceiveMessages:
|
248
|
+
Enabled: true
|
249
|
+
|
232
250
|
RSpec/RedundantAround:
|
233
251
|
Enabled: true
|
234
252
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: armitage-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.58.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rustam Ibragimov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,56 +16,56 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.58.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.58.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-performance
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.
|
33
|
+
version: 1.19.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 1.
|
40
|
+
version: 1.19.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rubocop-rails
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 2.
|
47
|
+
version: 2.22.2
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 2.
|
54
|
+
version: 2.22.2
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rubocop-rspec
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 2.
|
61
|
+
version: 2.25.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 2.
|
68
|
+
version: 2.25.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rubocop-rake
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,28 +86,28 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 2.
|
89
|
+
version: 2.19.0
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 2.
|
96
|
+
version: 2.19.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: rubocop-factory_bot
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 2.
|
103
|
+
version: 2.24.0
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 2.
|
110
|
+
version: 2.24.0
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: bundler
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: '13.
|
131
|
+
version: '13.1'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: '13.
|
138
|
+
version: '13.1'
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: pry
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -153,7 +153,7 @@ dependencies:
|
|
153
153
|
description: 'A set of rubocop settings used in my own projects.Support for: vanilla
|
154
154
|
ruby, rspec, rails.'
|
155
155
|
email:
|
156
|
-
- iamdaiver@
|
156
|
+
- iamdaiver@gmail.com
|
157
157
|
executables: []
|
158
158
|
extensions: []
|
159
159
|
extra_rdoc_files: []
|
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
208
|
- !ruby/object:Gem::Version
|
209
209
|
version: '0'
|
210
210
|
requirements: []
|
211
|
-
rubygems_version: 3.4.
|
211
|
+
rubygems_version: 3.4.21
|
212
212
|
signing_key:
|
213
213
|
specification_version: 4
|
214
214
|
summary: A set of rubocop settings
|