Remove Lint/ShadowingOuterLocalVariable cop

"shadowing outer local variable" warning was removed in Ruby 2.6.

c9d720b873
https://bugs.ruby-lang.org/issues/12490
This commit is contained in:
Ryuta Kamizono 2021-02-05 12:08:14 +09:00
parent 7c1f1adc65
commit ba97e9f918

@ -208,9 +208,6 @@ Lint/ErbNewArguments:
Lint/RequireParentheses:
Enabled: true
Lint/ShadowingOuterLocalVariable:
Enabled: true
Lint/RedundantStringCoercion:
Enabled: true