From e71d8a09af86fc7d79f71cfdbf537ad4358f60ff Mon Sep 17 00:00:00 2001
From: Yahor Berdnikau <egorr.berd@gmail.com>
Date: Wed, 23 Aug 2017 22:30:48 +0200
Subject: [PATCH] Increase allowed functions count in detekt config.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
---
 detekt-config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/detekt-config.yml b/detekt-config.yml
index 985b704c..bc94cdbe 100644
--- a/detekt-config.yml
+++ b/detekt-config.yml
@@ -49,7 +49,7 @@ complexity:
   ComplexMethod:
     threshold: 10
   TooManyFunctions:
-    threshold: 10
+    threshold: 20
   ComplexCondition:
     threshold: 3
   LabeledExpression: