Update rubocop class length limit.

This commit is contained in:
Andy Allan 2017-05-31 16:24:46 +01:00
parent cdbecf339e
commit 4cd2d22788

View file

@ -64,7 +64,7 @@ Metrics/BlockNesting:
# Offense count: 62
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 1764
Max: 1766
# Offense count: 69
Metrics/CyclomaticComplexity: