summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-05 19:58:05 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-08-12 17:23:39 +0100
commit62eb9ed055ee8d5fde1301986fa6393ee10396af (patch)
tree8207e575d806f7599354d3863af636aadd3129e3 /.codeclimate.yml
parent4f78529875c2687e58586c43512a71787f72fccb (diff)
disable codeclimate complexity checks
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 7620fec0..401fc63b 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -9,6 +9,9 @@ engines:
enabled: true
radon:
enabled: true
+ checks:
+ Complexity:
+ enabled: false
ratings:
paths:
- "**.py"