From 1951fcf8e7ee845891c39287230c9ed93c4e4ee6 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Fri, 5 Feb 2021 12:16:51 +0900 Subject: [PATCH] Disable `Lint/ShadowingOuterLocalVariable` cop Follow https://github.com/rails/rails/commit/ba97e9f918bc2ffe8ed351a0e0b8d75b67d26086. --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 77a36da8a..cd0f2d0dd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -181,9 +181,6 @@ Lint/ErbNewArguments: Lint/RequireParentheses: Enabled: true -Lint/ShadowingOuterLocalVariable: - Enabled: true - Lint/RedundantStringCoercion: Enabled: true