fix .codeclimate.yml

This commit is contained in:
Bill Church 2018-08-07 07:04:20 -04:00
parent fcfbf24d45
commit 6fc0317b23
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +0,0 @@
exclude_patterns:
-"workspace/*"
-"client/public/*"

View file

@ -2,9 +2,13 @@
engines: engines:
csslint: csslint:
enabled: true enabled: true
exclude_paths:
- "client/public/*"
duplication: duplication:
exclude_paths: exclude_paths:
- "client/public/*"
- "public/webssh2.bundle.js" - "public/webssh2.bundle.js"
- "workspace/*"
enabled: true enabled: true
config: config:
languages: languages:
@ -29,4 +33,6 @@ ratings:
exclude_paths: exclude_paths:
- node_modules/ - node_modules/
- "public/webssh2.bundle.js" - "public/webssh2.bundle.js"
- "workspace/*"