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

pull/2588/merge
Yannick Warnier 7 years ago
parent 813a2c8e9f
commit 546c6721c3
  1. 2
      .codeclimate.yml

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

Loading…
Cancel
Save