Bump cyclomatic and perceived complexity threshold by one

This commit is contained in:
Grzegorz Bizon 2015-12-07 10:52:22 +01:00
parent 652de0b820
commit 6ffe8a06fd
1 changed files with 2 additions and 2 deletions

View File

@ -743,14 +743,14 @@ Metrics/CyclomaticComplexity:
A complexity metric that is strongly correlated to the number
of test cases needed to validate a method.
Enabled: true
Max: 16
Max: 17
Metrics/PerceivedComplexity:
Description: >-
A complexity metric geared towards measuring complexity for a
human reader.
Enabled: true
Max: 16
Max: 17
Metrics/ParameterLists:
Description: 'Avoid parameter lists longer than three or four parameters.'