Enable the Layout/AlignArray cop

This commit is contained in:
gregoirenovel 2017-06-12 13:34:19 +02:00
parent 75e995f721
commit 50fad54538
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Layout/AccessModifierIndentation:
Enabled: true
Layout/AlignArray:
Enabled: false
Enabled: true
Layout/AlignHash:
Enabled: false

View file

@ -88,7 +88,8 @@ class Procedure < ActiveRecord::Base
def clone
procedure = self.deep_clone(include:
[:types_de_piece_justificative,
[
:types_de_piece_justificative,
:types_de_champ,
:types_de_champ_private,
:module_api_carto,