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:
|
||||
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/*"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue