Commit 6a210949 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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
parents 15cbbd09 0e8aaad5
......@@ -691,7 +691,7 @@ Style/ZeroLengthPredicate:
# branches, and conditions.
Metrics/AbcSize:
Enabled: true
Max: 70
Max: 60
# Avoid excessive block nesting.
Metrics/BlockNesting:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment