Explorar o código

Minor - Increase threshold of cognitive complexity to 20 to avoid abusive complexity warnings in CodeClimate

Yannick Warnier %!s(int64=6) %!d(string=hai) anos
pai
achega
546c6721c3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .codeclimate.yml

+ 2 - 0
.codeclimate.yml

@@ -8,6 +8,8 @@ checks:
     enabled: false
   method-complexity:
     enabled: true
+    config:
+      threshold: 20
   method-count:
     enabled: false
   method-lines: