fix .codeclimate.yml
This commit is contained in:
parent
fcfbf24d45
commit
6fc0317b23
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
exclude_patterns:
|
|
||||||
-"workspace/*"
|
|
||||||
-"client/public/*"
|
|
|
@ -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/*"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue