djangocms_blog/.codeclimate.yml

10 lines
173 B
YAML
Raw Normal View History

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