rubocop: increase complexity limits [ci skip]

This commit is contained in:
Jonne Haß 2019-04-28 11:08:16 +02:00
parent d58646085f
commit a19891174e

View file

@ -27,10 +27,16 @@ Metrics/ClassLength:
Metrics/ModuleLength:
Max: 1500
# Raise AbcSize from 15 to 20
# Raise complexity metrics
Metrics/AbcSize:
Max: 20
Metrics/CyclomaticComplexity:
Max: 20
Metrics/PerceivedComplexity:
Max: 20
# Some blocks are longer.
Metrics/BlockLength:
ExcludedMethods: