diff --git a/.codeclimate.yml b/.codeclimate.yml
index 423ae67b8366e7bc335b78a89008e49b5cc206bf..4a3d5f71dc591358d6a11d8f7890ed4faf990b60 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -18,3 +18,13 @@ exclude_paths:
 ratings:
   paths:
     - satella/**
+checks:
+  argument-count:
+    config:
+      threshold: 10
+  method-complexity:
+    config:
+      threshold: 15
+  method-count:
+    config:
+      threshold: 70