From 6ff3fa21e17b32f94fd6270731fc20ebf41b49c4 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Mon, 12 Dec 2016 10:37:26 +1030 Subject: [PATCH] Revert "Disable Style/EmptyMethod for now" This reverts commit 5235b11905f3fa1d94ded24fd353237ff36484f9. --- .rubocop.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 06f48aefc..43f27ddf4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -75,7 +75,4 @@ Style/FrozenStringLiteralComment: Rails/Output: Exclude: - 'config/unicorn.rb' - - 'db/seeds.rb' - -Style/EmptyMethod: - Enabled: false \ No newline at end of file + - 'db/seeds.rb' \ No newline at end of file