From 2df14691e7c3532c8a7a358eef544704f41fc8f5 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 15 Jan 2018 22:13:29 +0100 Subject: [PATCH] Enable the Layout/TrailingBlankLines cop --- .rubocop.yml | 2 +- .../new_gestionnaire/gestionnaire_controller_spec.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 1fe97fbf2..afdf8f6f4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -231,7 +231,7 @@ Layout/Tab: Enabled: true Layout/TrailingBlankLines: - Enabled: false + Enabled: true Layout/TrailingWhitespace: Enabled: false diff --git a/spec/controllers/new_gestionnaire/gestionnaire_controller_spec.rb b/spec/controllers/new_gestionnaire/gestionnaire_controller_spec.rb index 2159b983d..83c189582 100644 --- a/spec/controllers/new_gestionnaire/gestionnaire_controller_spec.rb +++ b/spec/controllers/new_gestionnaire/gestionnaire_controller_spec.rb @@ -12,4 +12,3 @@ describe NewGestionnaire::GestionnaireController, type: :controller do end end end -