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 -