Reduce max class complexity

This commit is contained in:
Brenda Wallace
2018-12-30 19:41:08 +13:00
parent b70dee5041
commit f2fc6b2a61

View File

@@ -63,8 +63,9 @@ Metrics/MethodLength:
Max: 34
Metrics/AbcSize:
Max: 30
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 172
Max: 171
Metrics/CyclomaticComplexity:
Max: 7
Metrics/PerceivedComplexity: