Add code climate configuration
This commit is contained in:
parent
229bd79ff5
commit
1ac84cb523
1 changed files with 9 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/*"
|
Loading…
Reference in a new issue