gc_ruboconfig 2.22.0 → 2.23.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 +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69beef55b320b7286871ce418290f2491c745c94542f716ec9b56d2b6dd90176
4
- data.tar.gz: f9a1e3a78363dc117fda9533935dea9201906aaf06e7abdc86688baa48c055f1
3
+ metadata.gz: 4f7a2788afb2c16ff34d3936c86375893cb5f65d9696978c2c0e5f8d7fad89da
4
+ data.tar.gz: 4c647d905fba972a87a4d450e297e99725e6d2618606a582e0e2e6b645895f2e
5
5
  SHA512:
6
- metadata.gz: 4a03fffaecd9712b0c39dfa432fb83ae06d31a38fdce99097a7f195897249b5cfbce19307e53a0fa6a715c13cbe36c3901165de428f84c48e007dd8bacad2a38
7
- data.tar.gz: d07e7018cb361d6031083258ef8a4a576ae7170d6c545768449a33aec77861ab979e579ff13719fea551f23dee52a6bbbf5e0aa20f0bd20b7fac7ada21c65759
6
+ metadata.gz: e230761967fde23f5c2213db842df28a00f5fac4792f6814cd963d214dc04a70ec436e74beaa0290a38156b2e692da84ca79699acac434eb4d9c3210e9439199
7
+ data.tar.gz: bf49fa6fe31db7720910acbf6d7b22f5a78eb31a24bba3c4879dcc73b86f172e668d9ef70526d97254ac8bfae5391f4f0da219f909ed2270cb7876b45ba8d8fd
@@ -330,6 +330,10 @@ Lint/DuplicateBranch:
330
330
  Lint/EmptyBlock:
331
331
  Enabled: false
332
332
 
333
+ Lint/EmptyClass:
334
+ Exclude:
335
+ - "spec/**/*"
336
+
333
337
  Lint/NoReturnInBeginEndBlocks:
334
338
  Enabled: false
335
339
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gc_ruboconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.22.0
4
+ version: 2.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless