Decrease Metrics/CyclomaticComplexity threshold to 15

This commit is contained in:
Maxim Rydkin 2017-08-29 18:39:21 +03:00
parent 2a8dec2c27
commit ad7178ad87

View file

@ -631,7 +631,7 @@ Metrics/ClassLength:
# of test cases needed to validate a method. # of test cases needed to validate a method.
Metrics/CyclomaticComplexity: Metrics/CyclomaticComplexity:
Enabled: true Enabled: true
Max: 16 Max: 15
# Limit lines to 80 characters. # Limit lines to 80 characters.
Metrics/LineLength: Metrics/LineLength: