rubocop.yml: disable broken rule for now.
This commit is contained in:
parent
1bae66a377
commit
d780bd7734
@ -406,6 +406,11 @@ Style/RescueStandardError:
|
|||||||
Style/ReturnNil:
|
Style/ReturnNil:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
# Broken with rubocop-1.64.0, tries to autocorrect calls to e.g. :"1?"
|
||||||
|
# TODO: report to rubocop
|
||||||
|
Style/SendWithLiteralMethodName:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# We have no use for using `warn` because we
|
# We have no use for using `warn` because we
|
||||||
# are calling Ruby with warnings disabled.
|
# are calling Ruby with warnings disabled.
|
||||||
Style/StderrPuts:
|
Style/StderrPuts:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user