From 60cd77b6530ca656f7831c4e42f9773bd3d42e53 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 7 May 2015 13:46:49 +0200 Subject: [PATCH] Added correct default value for disabling cop 'Metrics/CyclomaticComplexity'. --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index bbbd9bc6c..84dbebd89 100644 --- a/.rubocop.yml +++ b/.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