From b967812f43b86d5e029062b5baa3dec398043764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Schmidts?= Date: Mon, 17 Sep 2018 11:17:53 +0200 Subject: [PATCH] updating codeclimate --- .codeclimate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 3b521a98e..c0b83c000 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -29,6 +29,5 @@ ratings: - "**.py" - "**.rb" exclude_paths: - - "src/tests/**/*" - - "src/migrations/**/*" - - "src/web/static/js/jquery.js" + - "tests/**/*" + - "migrations/**/*"