From 7ca566f8390e30f835ced59012ba6ba91b7eaca2 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 18 Oct 2015 15:25:50 +0200 Subject: [PATCH] Fix quotes --- .codeclimate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/*'