Added correct default value for disabling cop 'Metrics/CyclomaticComplexity'.

This commit is contained in:
Thorsten Eckel 2015-05-07 13:46:49 +02:00
parent be2ebf438d
commit 60cd77b653

View file

@ -172,7 +172,7 @@ Metrics/CyclomaticComplexity:
Description: >-
A complexity metric that is strongly correlated to the number
of test cases needed to validate a method.
Enabled: true
Enabled: false
# TODO