Ver Fonte

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

Yannick Warnier há 6 anos atrás
pai
commit
546c6721c3
1 ficheiros alterados com 2 adições e 0 exclusões
  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: