From: Andy Allan Date: Mon, 10 Sep 2018 03:34:04 +0000 (+0800) Subject: Remove Lint/ShadowingOuterLocalVariable - already fixed X-Git-Tag: live~2899^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cf107bca70823435897d3ecaed8537f210458ad7 Remove Lint/ShadowingOuterLocalVariable - already fixed --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f3151d2ff..e3154ac45 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -38,11 +38,6 @@ Lint/HandleExceptions: - 'app/controllers/amf_controller.rb' - 'app/controllers/user_controller.rb' -# Offense count: 2 -Lint/ShadowingOuterLocalVariable: - Exclude: - - 'app/views/changeset/list.atom.builder' - # Offense count: 690 Metrics/AbcSize: Max: 280