diff --git a/.codeclimate.yml b/.codeclimate.yml index 9941fa2..8175fbf 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,6 +4,6 @@ languages: PHP: false Python: true exclude_paths: - - "djangocms_blog/migrations/*" - - "djangocms_blog/south_migrations/*" - - "tests/*" + - 'djangocms_blog/migrations/*' + - 'djangocms_blog/south_migrations/*' + - 'tests/*'