From: Tom Hughes Date: Wed, 12 Oct 2016 18:28:10 +0000 (+0100) Subject: Fix rubocop warning X-Git-Tag: live~3749 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/291f43c7e21832182df2d2eeb86ea8b5b7461f08?hp=e96f1e736a462bdf1ce1304ed870fe57ff0e4caf Fix rubocop warning --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8d81a7c56..984529135 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -59,7 +59,7 @@ Metrics/BlockNesting: # Offense count: 62 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1650 + Max: 1652 # Offense count: 68 Metrics/CyclomaticComplexity: