djangocms_blog/.codeclimate.yml

10 lines
173 B
YAML
Raw Normal View History

2015-09-01 10:16:09 +02:00
languages:
Ruby: false
JavaScript: false
PHP: false
Python: true
exclude_paths:
2015-10-18 15:25:50 +02:00
- 'djangocms_blog/migrations/*'
- 'djangocms_blog/south_migrations/*'
- 'tests/*'