From ba6fd646469a40e1375690319a2b6dde15dd4b80 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Thu, 21 Jan 2021 00:24:11 +0100 Subject: [PATCH] Adapt ignored CC folders --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index a24798cb2..c60da8a7b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -62,9 +62,9 @@ plugins: exclude_patterns: - "**/*.test.*" - "**/*.spec.*" - - "src/svg/" + - "svg-to-react/" - "cypress/" - - "src/mocks/" + - "src/modules/core/testing/mocks" # Default CC excluded paths: - "config/"