Decrease threshold for ABC Size metric in Rubocop

To 60.
This commit is contained in:
Grzegorz Bizon 2016-04-07 17:13:57 +02:00
parent b30ebdaa1a
commit 0e8aaad510
1 changed files with 1 additions and 1 deletions

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: