From c16b0cba4d6b02c5a6095d0204f0c55ab4df87ed Mon Sep 17 00:00:00 2001 From: Bertocq Date: Tue, 27 Jun 2017 17:19:05 +0200 Subject: [PATCH] Disable Style/EmptyMethod rubocop rule after debate agreement --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index cbb1bd0fb..c23172921 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -22,6 +22,9 @@ Metrics/LineLength: Layout/IndentationConsistency: EnforcedStyle: rails +Style/EmptyMethod: + Enabled: false + Style/StringLiterals: Enabled: false