Browse Source

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

Thorsten Eckel 9 years ago
parent
commit
60cd77b653
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .rubocop.yml

+ 1 - 1
.rubocop.yml

@@ -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