Enable Lint/ShadowingOuterLocalVariable cop to avoid newly adding the warning

Since we've addressed the warning "warning: shadowing outer local
variable" frequently.

2c325182b84ea4c75855c777b25de0f15fd218e5
df76eaa4f1619dfbc024235f444c602eb6d6775a
b86c2a6767b939c420687db7df078625c702dc7a
b658743ac2a69d196d283e780816f5ad4a305753
b18f2fe96debdcd0744f99101d1a1e0d42c41eaa
This commit is contained in:
Ryuta Kamizono 2018-12-28 07:33:05 +09:00
parent 75d0a46b6c
commit 6d959017bd

@ -180,6 +180,9 @@ Style/UnneededPercentQ:
Lint/RequireParentheses:
Enabled: true
Lint/ShadowingOuterLocalVariable:
Enabled: true
Lint/StringConversionInInterpolation:
Enabled: true