Merge pull request #144 from nephila/feature/codeclimate

Add code climate configuration
This commit is contained in:
Iacopo Spalletti 2015-09-01 11:21:39 +02:00
commit 28ea7a3d11
2 changed files with 13 additions and 0 deletions

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/*"

View file

@ -19,6 +19,10 @@ djangocms-blog
:target: https://coveralls.io/r/nephila/djangocms-blog
:alt: Test coverage
.. image:: https://codeclimate.com/github/nephila/djangocms-blog/badges/gpa.svg
:target: https://codeclimate.com/github/nephila/djangocms-blog
:alt: Code Climate
A djangoCMS 3 blog application.