From: Tom Hughes Date: Wed, 16 Jan 2019 10:36:04 +0000 (+0000) Subject: Fix rubocop warning X-Git-Tag: live~3719 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/24b4538f8fef9f97098a1dfd82ff56bd61103c96?ds=sidebyside Fix rubocop warning --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c24fa1310..35107e9b9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -53,7 +53,7 @@ Metrics/ClassLength: # Offense count: 72 Metrics/CyclomaticComplexity: - Max: 20 + Max: 23 # Offense count: 691 # Configuration parameters: CountComments.