From 6fc0317b238cfd75805a52dfb8ee61403db68a10 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Tue, 7 Aug 2018 07:04:20 -0400 Subject: [PATCH] fix .codeclimate.yml --- .codeclimate.yaml | 3 --- .codeclimate.yml | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 .codeclimate.yaml diff --git a/.codeclimate.yaml b/.codeclimate.yaml deleted file mode 100644 index 5b28a8d..0000000 --- a/.codeclimate.yaml +++ /dev/null @@ -1,3 +0,0 @@ -exclude_patterns: - -"workspace/*" - -"client/public/*" \ No newline at end of file diff --git a/.codeclimate.yml b/.codeclimate.yml index 3a49101..7d06084 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -2,9 +2,13 @@ engines: csslint: enabled: true + exclude_paths: + - "client/public/*" duplication: exclude_paths: + - "client/public/*" - "public/webssh2.bundle.js" + - "workspace/*" enabled: true config: languages: @@ -29,4 +33,6 @@ ratings: exclude_paths: - node_modules/ - "public/webssh2.bundle.js" +- "workspace/*" +