2016-09-23 18:36:47 +08:00
|
|
|
---
|
|
|
|
engines:
|
|
|
|
duplication:
|
2017-03-10 08:30:01 -08:00
|
|
|
enabled: true
|
2016-09-23 18:36:47 +08:00
|
|
|
config:
|
|
|
|
languages:
|
2016-12-06 16:46:46 -05:00
|
|
|
count_threshold: 3 # rule of three
|
2016-10-01 11:20:31 +08:00
|
|
|
javascript:
|
|
|
|
mass_threshold: 80 # default: 40
|
2016-09-23 18:36:47 +08:00
|
|
|
eslint:
|
|
|
|
enabled: true
|
2016-09-26 13:40:02 +08:00
|
|
|
channel: "eslint-3"
|
2016-09-23 18:36:47 +08:00
|
|
|
fixme:
|
|
|
|
enabled: true
|
|
|
|
ratings:
|
|
|
|
paths:
|
|
|
|
- '**.js'
|
|
|
|
- '**.jsx'
|
|
|
|
exclude_paths:
|
2018-03-09 21:06:57 -05:00
|
|
|
- public/images
|
|
|
|
- public/lib
|
2018-03-09 20:46:48 -05:00
|
|
|
- src/patched/
|