From 81734291310feb025fef213630d2ae6e397392d2 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Thu, 16 Jan 2014 00:30:42 -0500 Subject: [PATCH] Ignore the remaining cyclomatic complexity issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 7a9badf..005d569 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,5 +9,8 @@ Eval: ClassLength: Enabled: false +CyclomaticComplexity: + Max: 13 + MethodLength: Max: 36