Added Metrics/CyclomaticComplexity as log term target.
This commit is contained in:
parent
b6d9c2f566
commit
a87e98a50e
1 changed files with 6 additions and 2 deletions
|
@ -168,6 +168,12 @@ Metrics/AbcSize:
|
||||||
branches, and conditions.
|
branches, and conditions.
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Metrics/CyclomaticComplexity:
|
||||||
|
Description: >-
|
||||||
|
A complexity metric that is strongly correlated to the number
|
||||||
|
of test cases needed to validate a method.
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
Style/FileName:
|
Style/FileName:
|
||||||
|
@ -185,8 +191,6 @@ Style/RedundantSelf:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/CommentIndentation:
|
Style/CommentIndentation:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Metrics/CyclomaticComplexity:
|
|
||||||
Enabled: false
|
|
||||||
Style/GlobalVars:
|
Style/GlobalVars:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Rails/TimeZone:
|
Rails/TimeZone:
|
||||||
|
|
Loading…
Reference in a new issue