summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-05 19:46:26 +0100
committerGitHub <noreply@github.com>2017-08-05 19:46:26 +0100
commit2e50eb3ee8b8875d64c2e5d8c767448432231287 (patch)
treee633cca5eadc9be5787c727659dd4ccff865ca67
parent5b8d74c3058b37d6e7635ea55dc4e6ccc7686e99 (diff)
parentb721c1c9a1cbd530f5d6222bf044b1b650e1fdf3 (diff)
Merge pull request #1106 from pazz/codeclimate-config
add codeclimate config
-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/