embark/.codeclimate.yml

45 lines
1.1 KiB
YAML
Raw Normal View History

2016-10-23 00:03:27 +00:00
engines:
eslint:
enabled: true
2016-10-23 00:08:07 +00:00
checks:
no-eval:
enabled: false
no-process-exit:
enabled: false
global-require:
enabled: false
guard-for-in:
enabled: false
2017-12-05 22:44:47 +00:00
for-direction:
enabled: false
getter-return:
enabled: false
no-buffer-constructor:
enabled: false
padding-line-between-statements:
enabled: false
semi-style:
enabled: false
switch-colon-spacing:
enabled: false
2017-12-05 22:47:40 +00:00
array-bracket-newline:
enabled: false
2016-10-22 23:10:25 +00:00
ratings:
2016-10-22 23:58:24 +00:00
paths:
- "lib/**/*"
2016-10-22 23:10:25 +00:00
exclude_paths:
2017-03-02 12:46:20 +00:00
- "test/"
2016-10-23 00:16:20 +00:00
- "old_test/"
- "templates/boilerplate/"
- "templates/demo/"
2016-10-22 23:16:25 +00:00
- "js/"
- "test_apps/test_app/"
- "test_apps/contracts_app/"
2017-02-19 14:07:34 +00:00
- "docs/"
2017-12-05 22:40:04 +00:00
checks:
similar-code:
enabled: false
2017-12-05 23:23:21 +00:00
method-lines:
config:
threshold: 35