summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 907c00b..077382c 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -15,3 +15,13 @@ ratings:
- "**.py"
exclude_paths:
- tests/**/*
+checks:
+ argument-count:
+ config:
+ threshold: 5
+ file-lines:
+ config:
+ threshold: 1000
+ method-complexity:
+ config:
+ threshold: 17