Merge pull request #4927 from commitay/shutup-rubocop
Library/.rubocop.yml: disable `RescueEnsureAlignment`
This commit is contained in:
commit
ccb08f1258
@ -51,6 +51,11 @@ Layout/Tab:
|
|||||||
Layout/EmptyLineAfterGuardClause:
|
Layout/EmptyLineAfterGuardClause:
|
||||||
Enabled: false
|
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
|
# favour parens-less DSL-style arguments
|
||||||
Lint/AmbiguousBlockAssociation:
|
Lint/AmbiguousBlockAssociation:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
@ -97,11 +97,6 @@ Naming/UncommunicativeMethodParamName:
|
|||||||
- 'to'
|
- 'to'
|
||||||
- 'v'
|
- 'v'
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# Avoid false positives on modifiers used on symbols of methods
|
# Avoid false positives on modifiers used on symbols of methods
|
||||||
# See https://github.com/rubocop-hq/rubocop/issues/5953
|
# See https://github.com/rubocop-hq/rubocop/issues/5953
|
||||||
Style/AccessModifierDeclarations:
|
Style/AccessModifierDeclarations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user