gc_ruboconfig 2.18.0 → 2.19.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 +24 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 457ead9abf1621ef25eed36cd590ad75c3f854af4380cffba4bbc243b6f26098
|
|
4
|
+
data.tar.gz: fe530024a7e37ad29453595fa7469067cd6a940e9d7d431576a07454342dd1fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e521cce14e5c23befec29ed656a64cae1e610b455a408b87cda00749376a17f5c8f520ee36580ec5d4b85addb2f70f84853c295b61503054178d1025ce1cf40
|
|
7
|
+
data.tar.gz: eeb9d512055d73872326742ba301b75f0d9428b856344166583d133fb6e9d5424154c75bc655517b967e30c140fbb34c29a10e15896a899ac5d6bc73eb0f25ff
|
data/rubocop.yml
CHANGED
|
@@ -276,6 +276,18 @@ Lint/TopLevelReturnWithArgument:
|
|
|
276
276
|
Lint/UnreachableLoop:
|
|
277
277
|
Enabled: true
|
|
278
278
|
|
|
279
|
+
Lint/DuplicateRequire:
|
|
280
|
+
Enabled: true
|
|
281
|
+
|
|
282
|
+
Lint/EmptyFile:
|
|
283
|
+
Enabled: true
|
|
284
|
+
|
|
285
|
+
Lint/TrailingCommaInAttributeDeclaration:
|
|
286
|
+
Enabled: true
|
|
287
|
+
|
|
288
|
+
Lint/UselessMethodDefinition:
|
|
289
|
+
Enabled: true
|
|
290
|
+
|
|
279
291
|
Style/ExplicitBlockArgument:
|
|
280
292
|
Enabled: true
|
|
281
293
|
|
|
@@ -290,3 +302,15 @@ Style/OptionalBooleanParameter:
|
|
|
290
302
|
|
|
291
303
|
Style/StringConcatenation:
|
|
292
304
|
Enabled: false
|
|
305
|
+
|
|
306
|
+
Style/CombinableLoops:
|
|
307
|
+
Enabled: true
|
|
308
|
+
|
|
309
|
+
Style/KeywordParametersOrder:
|
|
310
|
+
Enabled: true
|
|
311
|
+
|
|
312
|
+
Style/RedundantSelfAssignment:
|
|
313
|
+
Enabled: true
|
|
314
|
+
|
|
315
|
+
Style/SoleNestedConditional:
|
|
316
|
+
Enabled: false
|
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.19.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-09-
|
|
11
|
+
date: 2020-09-08 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: '0.
|
|
19
|
+
version: '0.90'
|
|
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: '0.
|
|
26
|
+
version: '0.90'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|