OSDN Git Service

adds docker-ce-18.09 support.
[metasearch/grid-chef-repo.git] / cookbooks / docker-grid / .rubocop.yml
index f2cde45..8d4f520 100644 (file)
@@ -10,6 +10,10 @@ Lint/UnusedBlockArgument:
   Enabled: false
 Metrics/AbcSize:
   Enabled: false
+Metrics/CyclomaticComplexity:
+  Max: 7
+Metrics/MethodLength:
+  Max: 17
 Style/BlockComments:
   Enabled: false
 Style/BlockDelimiters:
@@ -35,7 +39,5 @@ Metrics/BlockNesting:
   Max: 4
 #Style/AccessorMethodName:
 #  Enabled: false
-#Metrics/MethodLength:
-#  Max: 15
 #Style/ModuleLength:
 #  Max: 150