Commit 3abcf8ea authored by Robert Speicher's avatar Robert Speicher

Merge branch '31362_decrease_cyclomatic_complexity_threshold_step2' into 'master'

Decrease Metrics/CyclomaticComplexity threshold to 15

See merge request !13905
parents 172cb70d ad7178ad
......@@ -643,7 +643,7 @@ Metrics/ClassLength:
# of test cases needed to validate a method.
Metrics/CyclomaticComplexity:
Enabled: true
Max: 16
Max: 15
# Limit lines to 80 characters.
Metrics/LineLength:
......
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