rubocop: increase complexity limits [ci skip]

This commit is contained in:
Jonne Haß 2019-04-28 11:08:16 +02:00 committed by Benjamin Neff
parent 17af65e22c
commit 1e827161fe
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

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: