浏览代码

bump function parameter threshold

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 年之前
父节点
当前提交
fcf21d9362
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/detekt.yml

+ 1 - 1
app/detekt.yml

@@ -69,7 +69,7 @@ complexity:
     excludes: ['**/androidTest/**']
   LongParameterList:
     active: true
-    functionThreshold: 6
+    functionThreshold: 7
     constructorThreshold: 6
     ignoreDefaultParameters: false
   MethodOverloading: