Library/.rubocop.yml: disable RescueEnsureAlignment

This commit is contained in:
commitay 2018-09-18 10:30:59 +10:00
parent 4897ec02d0
commit 737c9ad816

View File

@ -51,6 +51,11 @@ Layout/Tab:
Layout/EmptyLineAfterGuardClause:
Enabled: false
# Auto-correct is broken (https://github.com/rubocop-hq/rubocop/issues/6258)
# and layout is not configurable (https://github.com/rubocop-hq/rubocop/issues/6254).
Layout/RescueEnsureAlignment:
Enabled: false
# favour parens-less DSL-style arguments
Lint/AmbiguousBlockAssociation:
Enabled: false