]> git.openstreetmap.org Git - rails.git/commitdiff
Fix rubocop warning
authorTom Hughes <tom@compton.nu>
Wed, 12 Oct 2016 18:28:10 +0000 (19:28 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 12 Oct 2016 18:28:10 +0000 (19:28 +0100)
.rubocop_todo.yml

index 8d81a7c56f99cc52b57159cc272288ac5c2a9fdb..9845291356ea3d0532e988413a3177ca6e02d504 100644 (file)
@@ -59,7 +59,7 @@ Metrics/BlockNesting:
 # Offense count: 62
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1650
+  Max: 1652
 
 # Offense count: 68
 Metrics/CyclomaticComplexity: