Added correct default value for disabling cop 'Metrics/CyclomaticComplexity'.
This commit is contained in:
parent
be2ebf438d
commit
60cd77b653
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Metrics/CyclomaticComplexity:
|
||||||
Description: >-
|
Description: >-
|
||||||
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: false
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue