gc_ruboconfig 2.23.0 → 2.24.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 +7 -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: 89bcff7290f4a8cac04c029decad13f6f98fb83d293aa14c406b13d2d806c5db
|
|
4
|
+
data.tar.gz: a7b820a7f82b0cedd906cdf8511ece8d8aaa1fb0e95e50afe104d52880c8d07c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fc03b6da7de4530fa2ca2679000a869e5d10a1416d38639e1a479e2f67fcb65f3ae9516bb081fccd221cf4deaa0b1efeaa1e3e5b7983a3ee5fa25711d592bd6
|
|
7
|
+
data.tar.gz: d70c712e9702aac1838467654aa843f49a662c5f5ce5ecbf6e0fa18551fbfdb86b70555dfd9282c51cd8e047e03728341302f330a2c7b97ad0471d9ddcf5073e
|
data/rubocop.yml
CHANGED
|
@@ -331,6 +331,7 @@ Lint/EmptyBlock:
|
|
|
331
331
|
Enabled: false
|
|
332
332
|
|
|
333
333
|
Lint/EmptyClass:
|
|
334
|
+
Enabled: true
|
|
334
335
|
Exclude:
|
|
335
336
|
- "spec/**/*"
|
|
336
337
|
|
|
@@ -346,6 +347,9 @@ Lint/ToEnumArguments:
|
|
|
346
347
|
Lint/UnmodifiedReduceAccumulator:
|
|
347
348
|
Enabled: true
|
|
348
349
|
|
|
350
|
+
Lint/UnexpectedBlockArity:
|
|
351
|
+
Enabled: true
|
|
352
|
+
|
|
349
353
|
Style/ExplicitBlockArgument:
|
|
350
354
|
Enabled: true
|
|
351
355
|
|
|
@@ -397,5 +401,8 @@ Style/NilLambda:
|
|
|
397
401
|
Style/SwapValues:
|
|
398
402
|
Enabled: true
|
|
399
403
|
|
|
404
|
+
Style/RedundantArgument:
|
|
405
|
+
Enabled: true
|
|
406
|
+
|
|
400
407
|
Layout/BeginEndAlignment:
|
|
401
408
|
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.24.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
|
+
date: 2020-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
19
|
+
version: '1.6'
|
|
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.6'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 2.
|
|
33
|
+
version: 2.1.0
|
|
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: 2.
|
|
40
|
+
version: 2.1.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rubocop-performance
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|