From 454a473de676e1dd53bcacc2359010e3232666db Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 20 Oct 2016 18:16:51 -0200 Subject: [PATCH] Adiciona codeclimate --- .codeclimate.yml | 11 +++++++++++ README.rst | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000..430012579 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,11 @@ +engines: + duplication: + enabled: true + config: + languages: + - python + - javascript +exclude_paths: +- sapl/**/migrations/* +- sapl/**/legacy/* +- sapl/relatorios/ diff --git a/README.rst b/README.rst index 6a7a74b91..a3c671293 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ .. image:: https://travis-ci.org/interlegis/sapl.svg?branch=master :target: https://travis-ci.org/interlegis/sapl +[![Code Climate](https://codeclimate.com/github/interlegis/sapl/badges/gpa.svg)](https://codeclimate.com/github/interlegis/sapl) + *********************************************** SAPL - Sistema de Apoio ao Processo Legislativo ***********************************************