Merge pull request #144 from nephila/feature/codeclimate
Add code climate configuration
This commit is contained in:
commit
28ea7a3d11
2 changed files with 13 additions and 0 deletions
9
.codeclimate.yml
Normal file
9
.codeclimate.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
languages:
|
||||||
|
Ruby: false
|
||||||
|
JavaScript: false
|
||||||
|
PHP: false
|
||||||
|
Python: true
|
||||||
|
exclude_paths:
|
||||||
|
- "djangocms_blog/migrations/*"
|
||||||
|
- "djangocms_blog/south_migrations/*"
|
||||||
|
- "tests/*"
|
|
@ -19,6 +19,10 @@ djangocms-blog
|
||||||
:target: https://coveralls.io/r/nephila/djangocms-blog
|
:target: https://coveralls.io/r/nephila/djangocms-blog
|
||||||
:alt: Test coverage
|
: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.
|
A djangoCMS 3 blog application.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue