From: Tom Hughes Date: Wed, 22 Feb 2017 17:54:50 +0000 (+0000) Subject: Fix rubocop warning X-Git-Tag: live~3580 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/91e33f50bcd8c6b30693cde347ad0626ad52ff21?ds=sidebyside Fix rubocop warning --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a7b456aec..4232b0574 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -50,7 +50,7 @@ Lint/ShadowingOuterLocalVariable: # Offense count: 630 Metrics/AbcSize: - Max: 271 + Max: 280 # Offense count: 35 # Configuration parameters: CountComments.