Преглед на файлове

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

Yannick Warnier преди 6 години
родител
ревизия
546c6721c3
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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: