]> git.openstreetmap.org Git - rails.git/commitdiff
Update rubocop class length limit.
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 31 May 2017 15:24:46 +0000 (16:24 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 31 May 2017 15:24:46 +0000 (16:24 +0100)
.rubocop_todo.yml

index 1b8d13efc6291754e3951aaeaf7baa0d89b2fbdf..72913d43e9d6532dbe25e8cf3f44fcd51061a5a5 100644 (file)
@@ -64,7 +64,7 @@ Metrics/BlockNesting:
 # Offense count: 62
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1764
+  Max: 1766
 
 # Offense count: 69
 Metrics/CyclomaticComplexity: