]> git.openstreetmap.org Git - rails.git/commitdiff
Reduce the max class length after splitting the changeset comments controller tests out
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 7 Nov 2018 10:25:12 +0000 (11:25 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 7 Nov 2018 10:25:12 +0000 (11:25 +0100)
.rubocop_todo.yml

index 7d2c583eb73c4ebff19e52adc3367559e83757c2..ea957a8caa294444eaf3c715bde9abe80684f1e2 100644 (file)
@@ -48,7 +48,7 @@ Metrics/BlockNesting:
 # Offense count: 63
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1801
+  Max: 1627
 
 # Offense count: 72
 Metrics/CyclomaticComplexity: