Disable Style/MultilineOperationIndentation [ci skip]
This commit is contained in:
parent
bb24b8bedb
commit
d5c873d549
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,11 @@ Lint/AssignmentInCondition:
|
||||||
Style/RaiseArgs:
|
Style/RaiseArgs:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
# Indenting the chained dots beneath each other is not supported by this cop,
|
||||||
|
# see https://github.com/bbatsov/rubocop/issues/1633
|
||||||
|
Style/MultilineOperationIndentation:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# Fail is an alias of raise. Avoid aliases, it's more cognitive load for no gain.
|
# Fail is an alias of raise. Avoid aliases, it's more cognitive load for no gain.
|
||||||
# The argument that fail should be used to abort the program is wrong too,
|
# The argument that fail should be used to abort the program is wrong too,
|
||||||
# there's Kernel#abort for that.
|
# there's Kernel#abort for that.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue