Do not enforce lambda { } for multiline [ci skip]

This commit is contained in:
Jonne Haß 2015-10-13 12:06:53 +02:00
parent b68daaece3
commit 6e845eb22a

View file

@ -105,6 +105,11 @@ Style/SpaceInsideHashLiteralBraces:
Style/BlockDelimiters:
Enabled: false
# Enforcing -> would be nice, but not at the cost of enforcing lambda { } for
# multiline lambdas.
Style/Lambda:
Enabled: false
# do / end blocks should be used for side effects,
# methods that run a block for side effects and have
# a useful return value are rare, assign the return