Raise rubocop abc size metric from 15 to 20

closes #6271
This commit is contained in:
theworldbright 2015-07-30 15:17:34 +09:00 committed by Jonne Haß
parent 536d1fe0e7
commit 23bea8e3d3

View file

@ -13,6 +13,10 @@ Metrics/MethodLength:
# The guiding principle of classes is SRP, SRP can't be accurately measured by LoC
Metrics/ClassLength:
Max: 1500
# Raise AbcSize from 15 to 20
Metrics/AbcSize:
Max: 20
# No space makes the method definition shorter and differentiates
# from a regular assignment.