Commit 37b0460

mo <mo.khan@gmail.com>
2018-03-03 17:47:39
increase Metrics/AbcSize
1 parent 91d6740
Changed files (1)
.rubocop_todo.yml
@@ -15,7 +15,7 @@ Lint/UnusedMethodArgument:
 
 # Offense count: 2
 Metrics/AbcSize:
-  Max: 16
+  Max: 20
 
 # Offense count: 3
 # Configuration parameters: CountComments.