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