]> git.openstreetmap.org Git - rails.git/commitdiff
change Max for rubocop Metrics/ModuleLength
authorBoubacar <boubacar.diallo1@macaulay.cuny.edu>
Mon, 17 Feb 2020 17:33:47 +0000 (12:33 -0500)
committerBoubacar <boubacar.diallo1@macaulay.cuny.edu>
Mon, 17 Feb 2020 17:33:47 +0000 (12:33 -0500)
.rubocop.yml

index 1ae01086a36590d17fcb82ec3578b495fedfa618..77f26d863bf5b41a23ea4ca47540ab36eb21ff7c 100644 (file)
@@ -29,6 +29,9 @@ Metrics/ClassLength:
   Exclude:
     - 'test/**/*'
 
+Metrics/ModuleLength:
+  Max: 150
+
 Naming/FileName:
   Exclude:
     - 'script/deliver-message'