Enable the Layout/FirstArrayElementLineBreak cop

This commit is contained in:
gregoirenovel 2018-01-15 14:42:48 +01:00
parent 8f08e2fdf9
commit 08ed400ec2
17 changed files with 201 additions and 149 deletions

View file

@ -30,9 +30,11 @@ class ProcedureOverview
end
def had_some_activities?
[@dossiers_en_instruction_count,
@dossiers_en_construction_count,
@created_dossiers_count].reduce(:+) > 0
[
@dossiers_en_instruction_count,
@dossiers_en_construction_count,
@created_dossiers_count
].reduce(:+) > 0
end
def dossiers_en_construction_description