summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorScott Larkin <scott@codeclimate.com>2017-03-02 14:54:48 -0500
committerSebastian Thiel <byronimo@gmail.com>2017-03-03 19:56:00 +0100
commit830070d7ed09d6eaa4bcaa84ab46c06c8fff33d8 (patch)
treefd04da74ea30559604076104ff90b2396a363de2 /.codeclimate.yml
parent7e8412226ffe0c046177fa6d838362bfbde60cd0 (diff)
downloadgitpython-830070d7ed09d6eaa4bcaa84ab46c06c8fff33d8.tar.gz
Add Code Climate configuration
This commit configures code quality analysis by Code Climate. Results are provided by open source Code Climate engines. Based on the languages present in this repository, I've enabled the following engines: - duplication - pep8 - radon
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: