1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Enforce RuboCop style to write empty methods on two lines

This commit is contained in:
Holger Just 2017-08-05 18:48:43 +02:00
parent ce9cc0f8b4
commit 9e23267c76

View File

@ -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: