summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-05 12:30:41 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-08-05 12:32:51 +0100
commitb721c1c9a1cbd530f5d6222bf044b1b650e1fdf3 (patch)
tree56463f1a25e317cd6e86af8ac437ab5ccd7be1fb /.codeclimate.yml
parentfd4d4c8fb28fa74b57d1b9de721a4f3e0fd1fafd (diff)
add codeclimate config
this will hopefully disable complexity issues
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 00000000..7620fec0
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,16 @@
+---
+engines:
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - python
+ fixme:
+ enabled: true
+ radon:
+ enabled: true
+ratings:
+ paths:
+ - "**.py"
+exclude_paths:
+- tests/