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: