From 1ac84cb5235768d3367b816ddd84edf0f87d6d4e Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Tue, 1 Sep 2015 10:16:09 +0200 Subject: [PATCH 1/2] Add code climate configuration --- .codeclimate.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..9941fa2 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,9 @@ +languages: + Ruby: false + JavaScript: false + PHP: false + Python: true +exclude_paths: + - "djangocms_blog/migrations/*" + - "djangocms_blog/south_migrations/*" + - "tests/*" From 71b38180ff3858afcb1c4e7315ada78822cdde9c Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Tue, 1 Sep 2015 10:35:54 +0200 Subject: [PATCH 2/2] Add code climate badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 6af41ab..42db8ee 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,10 @@ djangocms-blog :target: https://coveralls.io/r/nephila/djangocms-blog :alt: Test coverage +.. image:: https://codeclimate.com/github/nephila/djangocms-blog/badges/gpa.svg + :target: https://codeclimate.com/github/nephila/djangocms-blog + :alt: Code Climate + A djangoCMS 3 blog application.