gc_ruboconfig 2.21.0 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/rubocop.yml +54 -0
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69beef55b320b7286871ce418290f2491c745c94542f716ec9b56d2b6dd90176
|
|
4
|
+
data.tar.gz: f9a1e3a78363dc117fda9533935dea9201906aaf06e7abdc86688baa48c055f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a03fffaecd9712b0c39dfa432fb83ae06d31a38fdce99097a7f195897249b5cfbce19307e53a0fa6a715c13cbe36c3901165de428f84c48e007dd8bacad2a38
|
|
7
|
+
data.tar.gz: d07e7018cb361d6031083258ef8a4a576ae7170d6c545768449a33aec77861ab979e579ff13719fea551f23dee52a6bbbf5e0aa20f0bd20b7fac7ada21c65759
|
data/rubocop.yml
CHANGED
|
@@ -233,6 +233,21 @@ Performance/Squeeze:
|
|
|
233
233
|
Performance/StringInclude:
|
|
234
234
|
Enabled: true
|
|
235
235
|
|
|
236
|
+
Performance/ArraySemiInfiniteRangeSlice:
|
|
237
|
+
Enabled: false
|
|
238
|
+
|
|
239
|
+
Performance/BlockGivenWithExplicitBlock:
|
|
240
|
+
Enabled: true
|
|
241
|
+
|
|
242
|
+
Performance/CollectionLiteralInLoop:
|
|
243
|
+
Enabled: true
|
|
244
|
+
|
|
245
|
+
Performance/ConstantRegexp:
|
|
246
|
+
Enabled: true
|
|
247
|
+
|
|
248
|
+
Performance/MethodObjectAsBlock:
|
|
249
|
+
Enabled: true
|
|
250
|
+
|
|
236
251
|
Lint/DuplicateElsifCondition:
|
|
237
252
|
Enabled: true
|
|
238
253
|
|
|
@@ -309,6 +324,24 @@ Lint/RedundantSafeNavigation:
|
|
|
309
324
|
Lint/UselessTimes:
|
|
310
325
|
Enabled: true
|
|
311
326
|
|
|
327
|
+
Lint/DuplicateBranch:
|
|
328
|
+
Enabled: false
|
|
329
|
+
|
|
330
|
+
Lint/EmptyBlock:
|
|
331
|
+
Enabled: false
|
|
332
|
+
|
|
333
|
+
Lint/NoReturnInBeginEndBlocks:
|
|
334
|
+
Enabled: false
|
|
335
|
+
|
|
336
|
+
Lint/DuplicateRegexpCharacterClassElement:
|
|
337
|
+
Enabled: true
|
|
338
|
+
|
|
339
|
+
Lint/ToEnumArguments:
|
|
340
|
+
Enabled: true
|
|
341
|
+
|
|
342
|
+
Lint/UnmodifiedReduceAccumulator:
|
|
343
|
+
Enabled: true
|
|
344
|
+
|
|
312
345
|
Style/ExplicitBlockArgument:
|
|
313
346
|
Enabled: true
|
|
314
347
|
|
|
@@ -339,5 +372,26 @@ Style/SoleNestedConditional:
|
|
|
339
372
|
Style/ClassEqualityComparison:
|
|
340
373
|
Enabled: true
|
|
341
374
|
|
|
375
|
+
Style/CommentAnnotation:
|
|
376
|
+
Enabled: false
|
|
377
|
+
|
|
378
|
+
Style/DocumentDynamicEvalDefinition:
|
|
379
|
+
Enabled: false
|
|
380
|
+
|
|
381
|
+
Style/NegatedIfElseCondition:
|
|
382
|
+
Enabled: false
|
|
383
|
+
|
|
384
|
+
Style/ArgumentsForwarding:
|
|
385
|
+
Enabled: true
|
|
386
|
+
|
|
387
|
+
Style/CollectionCompact:
|
|
388
|
+
Enabled: true
|
|
389
|
+
|
|
390
|
+
Style/NilLambda:
|
|
391
|
+
Enabled: true
|
|
392
|
+
|
|
393
|
+
Style/SwapValues:
|
|
394
|
+
Enabled: true
|
|
395
|
+
|
|
342
396
|
Layout/BeginEndAlignment:
|
|
343
397
|
Enabled: true
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gc_ruboconfig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-11-
|
|
11
|
+
date: 2020-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
19
|
+
version: '1.3'
|
|
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.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.
|
|
47
|
+
version: '1.9'
|
|
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: 1.
|
|
54
|
+
version: '1.9'
|
|
55
55
|
description:
|
|
56
56
|
email:
|
|
57
57
|
- developers@gocardless.com
|