Skip to content

Commit c0fb461

Browse files
authored
Merge pull request #2137 from koic/disable_lint_shadowing_outer_local_variable_cop
Disable `Lint/ShadowingOuterLocalVariable` cop
2 parents 471676d + 1951fcf commit c0fb461

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ Lint/ErbNewArguments:
181181
Lint/RequireParentheses:
182182
Enabled: true
183183

184-
Lint/ShadowingOuterLocalVariable:
185-
Enabled: true
186-
187184
Lint/RedundantStringCoercion:
188185
Enabled: true
189186

0 commit comments

Comments
 (0)