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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +24 -0
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfbd38adaa035221d9b41521773140952213a279d1e2f8602c72f8a90a79d171
4
- data.tar.gz: f0d2552cd2315f0cbe52ac9d93cfc22a4351b88f3331cdc9ba46aff0366a1488
3
+ metadata.gz: 457ead9abf1621ef25eed36cd590ad75c3f854af4380cffba4bbc243b6f26098
4
+ data.tar.gz: fe530024a7e37ad29453595fa7469067cd6a940e9d7d431576a07454342dd1fb
5
5
  SHA512:
6
- metadata.gz: d97858d31a6e2ce1545121c9f4b9ebcd4fa1c14e980eff30a6553318daf636a4e96fd4c317341a04522c4662e2438fd2c1172e1d354052c45dc968bcb34ea72a
7
- data.tar.gz: ace02decdbca1433c3f7cd98292061021aff9dba65545844f238c32e2f2335060c4df84015ba57f1d16a01601af5ebea404be191721d689af615e43cbf94c840
6
+ metadata.gz: 4e521cce14e5c23befec29ed656a64cae1e610b455a408b87cda00749376a17f5c8f520ee36580ec5d4b85addb2f70f84853c295b61503054178d1025ce1cf40
7
+ data.tar.gz: eeb9d512055d73872326742ba301b75f0d9428b856344166583d133fb6e9d5424154c75bc655517b967e30c140fbb34c29a10e15896a899ac5d6bc73eb0f25ff
@@ -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.18.0
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-01 00:00:00.000000000 Z
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.89'
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.89'
26
+ version: '0.90'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rspec
29
29
  requirement: !ruby/object:Gem::Requirement