mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Add CodeClimate duplicate detection for JS
Keep this in-line with framework and asset-admin configs
This commit is contained in:
parent
ef46dee37f
commit
eb9f525ecf
@ -3,6 +3,12 @@ engines:
|
|||||||
enabled: true
|
enabled: true
|
||||||
scss-lint:
|
scss-lint:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
javascript:
|
||||||
|
mass_threshold: 100
|
||||||
ratings:
|
ratings:
|
||||||
paths:
|
paths:
|
||||||
- client/src/**
|
- client/src/**
|
||||||
|
Loading…
Reference in New Issue
Block a user