]> git.openstreetmap.org Git - rails.git/commitdiff
Fix rubocop warning
authorTom Hughes <tom@compton.nu>
Wed, 16 Jan 2019 10:36:04 +0000 (10:36 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 16 Jan 2019 10:36:04 +0000 (10:36 +0000)
.rubocop_todo.yml

index c24fa1310036264e9ab9dd06f2d99e02cfa5cd31..35107e9b9b2ea961b3949d10ec50b4caef6ba16d 100644 (file)
@@ -53,7 +53,7 @@ Metrics/ClassLength:
 
 # Offense count: 72
 Metrics/CyclomaticComplexity:
-  Max: 20
+  Max: 23
 
 # Offense count: 691
 # Configuration parameters: CountComments.