summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 00000000..e658e678
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,15 @@
+---
+engines:
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - python
+ pep8:
+ enabled: true
+ radon:
+ enabled: true
+ratings:
+ paths:
+ - "**.py"
+exclude_paths: