summaryrefslogtreecommitdiff
path: root/detekt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'detekt.yaml')
-rw-r--r--detekt.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/detekt.yaml b/detekt.yaml
index e15e45f..93c0192 100644
--- a/detekt.yaml
+++ b/detekt.yaml
@@ -18,3 +18,7 @@ complexity:
active: false
NestedBlockDepth:
active: false
+ CyclomaticComplexMethod:
+ active: false
+ LongMethod:
+ active: false