summaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-11-30 20:38:35 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-11-30 20:38:35 +0200
commit47af176754f858f739850ec6d42bbbe935a27ede (patch)
tree2c60f97895866923ad9c0148f1c61333a5d84b42 /.codeclimate.yml
parent22b5aac3a1167a7efd6ca64c0a85a8b7b1a5adb1 (diff)
relaxed codeclimate thresholds
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index ae8b72928c..f53287ad7e 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -3,27 +3,27 @@ checks:
argument-count:
enabled: false
config:
- threshold: 6
+ threshold: 10
complex-logic:
enabled: false
config:
- threshold: 4
+ threshold: 10
file-lines:
enabled: false
config:
- threshold: 250
+ threshold: 5000
method-complexity:
enabled: false
config:
- threshold: 5
+ threshold: 20
method-count:
enabled: false
config:
- threshold: 20
+ threshold: 50
method-lines:
enabled: false
config:
- threshold: 25
+ threshold: 250
nested-control-flow:
enabled: false
config: