Merge branch 'complexity/descrease-abc-size-threshold' into 'master'

Decrease threshold for ABC Size metric in Rubocop

To 55.

References #3444

See merge request !3598
This commit is contained in:
Dmitriy Zaporozhets
2016-04-11 13:45:37 +00:00
+1 -1
View File
@@ -691,7 +691,7 @@ Style/ZeroLengthPredicate:
# branches, and conditions.
Metrics/AbcSize:
Enabled: true
Max: 70
Max: 60
# Avoid excessive block nesting.
Metrics/BlockNesting: