rubocop-codeur 0.11.10 → 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: 59d3bd1700ca124c4f873b5046bd73bdc988caff2e18ac4e168ff98d50065bd7
4
- data.tar.gz: 2c21b3734e851a3470585a08f6c6475d6c2921e4f1f38ab669b2e89a52edfa9a
3
+ metadata.gz: a99a714d0ed067eac6366663488fc5dfd6e8eed66798c323135d7493377ea227
4
+ data.tar.gz: 9d4bc9fc4ae2e287bc538d175347ce5b001d8d17177153b969aa8f2cd65cd8da
5
5
  SHA512:
6
- metadata.gz: 10d0f9ec0941275f51850996befec88679f2fa8b8a5a703d31441225e3100cba7f79d7eed1359316f1b5ac68e9200b1efc71535380e28fb044539d0a31ff7cc0
7
- data.tar.gz: 5c8c41af8cdb1affab9be64f34306258acc241f2a63f9ed9243f764bf2c10efb4a65328adcfd62f58259939dfa198d80567b0a335ce50bd791e44b7073f17f50
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
@@ -247,7 +250,7 @@ Metrics/ModuleLength:
247
250
 
248
251
  Metrics/ParameterLists:
249
252
  Enabled: true
250
- Max: 2
253
+ Max: 5
251
254
  CountKeywordArgs: false
252
255
  MaxOptionalParameters: 3
253
256
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Codeur
5
- VERSION = '0.11.10'
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.10
4
+ version: 0.11.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codeur