Commit 6ffe8a06 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Bump cyclomatic and perceived complexity threshold by one

parent 652de0b8
...@@ -743,14 +743,14 @@ Metrics/CyclomaticComplexity: ...@@ -743,14 +743,14 @@ Metrics/CyclomaticComplexity:
A complexity metric that is strongly correlated to the number A complexity metric that is strongly correlated to the number
of test cases needed to validate a method. of test cases needed to validate a method.
Enabled: true Enabled: true
Max: 16 Max: 17
Metrics/PerceivedComplexity: Metrics/PerceivedComplexity:
Description: >- Description: >-
A complexity metric geared towards measuring complexity for a A complexity metric geared towards measuring complexity for a
human reader. human reader.
Enabled: true Enabled: true
Max: 16 Max: 17
Metrics/ParameterLists: Metrics/ParameterLists:
Description: 'Avoid parameter lists longer than three or four parameters.' Description: 'Avoid parameter lists longer than three or four parameters.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment