From 5235b11905f3fa1d94ded24fd353237ff36484f9 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Fri, 9 Dec 2016 11:17:54 +1030 Subject: [PATCH] Disable Style/EmptyMethod for now --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 43f27ddf4..06f48aefc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -75,4 +75,7 @@ Style/FrozenStringLiteralComment: Rails/Output: Exclude: - 'config/unicorn.rb' - - 'db/seeds.rb' \ No newline at end of file + - 'db/seeds.rb' + +Style/EmptyMethod: + Enabled: false \ No newline at end of file