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/*" +