codeclimate
This commit is contained in:
parent
3cfeead263
commit
05934e8b19
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,6 @@ engines:
|
||||||
duplication:
|
duplication:
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- "client/public/*"
|
- "client/public/*"
|
||||||
- "public/webssh2.bundle.js"
|
|
||||||
- "workspace/*"
|
- "workspace/*"
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
|
@ -20,6 +19,7 @@ engines:
|
||||||
enabled: true
|
enabled: true
|
||||||
fixme:
|
fixme:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
ratings:
|
ratings:
|
||||||
paths:
|
paths:
|
||||||
- "**.css"
|
- "**.css"
|
||||||
|
@ -32,7 +32,7 @@ ratings:
|
||||||
- "**.rb"
|
- "**.rb"
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
- "public/webssh2.bundle.js"
|
- "client/public/*
|
||||||
- "workspace/*"
|
- "workspace/*"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue