From 9e23267c76ee518ff2d095a069f5400145b51ed3 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Sat, 5 Aug 2017 18:48:43 +0200 Subject: [PATCH] Enforce RuboCop style to write empty methods on two lines --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 25ac3be..3f68c13 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -61,6 +61,9 @@ Style/ConditionalAssignment: Style/DoubleNegation: Enabled: false +Style/EmptyMethod: + EnforcedStyle: expanded + # Multiline indentation is always tricky. Format it as deemed useful in the # local method, but try to avoid it at all wherever possible Style/MultilineOperationIndentation: