rubocop-codeur 0.11.11 → 0.11.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be1997ca92b4ec91b0e5589dda33823a8e3263d4ba70bcddbc5100176f0a071c
4
- data.tar.gz: 675d370796febd1c6bbced2306eb262bf048636d5522cf8340a2474eede7098f
3
+ metadata.gz: a99a714d0ed067eac6366663488fc5dfd6e8eed66798c323135d7493377ea227
4
+ data.tar.gz: 9d4bc9fc4ae2e287bc538d175347ce5b001d8d17177153b969aa8f2cd65cd8da
5
5
  SHA512:
6
- metadata.gz: 6ab3f246b1d48eec48390e953e96cda7fbdafc66a8ee8ed4e2b1d6a654c3e577dfbac4b82d4a74bb76d34abd574fabd3018ecad37eb0bcb411f9adc4d245dc0c
7
- data.tar.gz: ad60c4c34d5f4861160d12cbc410ec79d690f4748a78be0112aef9d55c9451d0a9656cb72fb0dd851d6c2c21c0d5b4391c494a1b01cbce55d4e9fcaaf43e14a5
6
+ metadata.gz: 7aedafb2c5af449365b13ea2ad806f3f6f793d397d49f531042e74b96d9a3706f65d8a0655d12aa80544d79e5661e2f04b6e8733dd982f7265d7cf94c0c19b3f
7
+ data.tar.gz: dee0fe840e4dc66ce4f69d9712d0645b3705ebca8d0f47b4fbc808d02cd5e5698a97f44d3554c67b2b208301678fcced652f8117bee61321290eff12e31d2754
data/default.yml CHANGED
@@ -57,6 +57,9 @@ Layout/ArgumentAlignment:
57
57
  Enabled: true
58
58
  EnforcedStyle: with_first_argument
59
59
 
60
+ Layout/BlockAlignment:
61
+ EnforcedStyleAlignWith: start_of_block
62
+
60
63
  Layout/ClassStructure:
61
64
  Enabled: true
62
65
  AutoCorrect: false
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Codeur
5
- VERSION = '0.11.11'
5
+ VERSION = '0.11.12'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codeur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.11
4
+ version: 0.11.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codeur