Add code climate configuration

This commit is contained in:
Iacopo Spalletti 2015-09-01 10:16:09 +02:00
parent 229bd79ff5
commit 1ac84cb523

9
.codeclimate.yml Normal file
View file

@ -0,0 +1,9 @@
languages:
Ruby: false
JavaScript: false
PHP: false
Python: true
exclude_paths:
- "djangocms_blog/migrations/*"
- "djangocms_blog/south_migrations/*"
- "tests/*"