.rubocop.yml in jenkinsutil-1.0.64 vs .rubocop.yml in jenkinsutil-1.0.65
- old
+ new
@@ -1,12 +1,15 @@
inherit_from: .rubocop_todo.yml
Metrics/MethodLength:
CountComments: false # count full line comments?
- Max: 20
+ Max: 30
Metrics/AbcSize:
- Max: 25
+ Max: 40
Metrics/CyclomaticComplexity:
+ Max: 10
+
+Metrics/PerceivedComplexity:
Max: 10