embark-area-51/.codeclimate.yml

45 lines
1.1 KiB
YAML
Raw Normal View History

2016-10-22 20:03:27 -04:00
engines:
eslint:
enabled: true
2016-10-22 20:08:07 -04:00
checks:
no-eval:
enabled: false
no-process-exit:
enabled: false
global-require:
enabled: false
guard-for-in:
enabled: false
2017-12-05 17:44:47 -05: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 17:47:40 -05:00
array-bracket-newline:
enabled: false
2016-10-22 19:10:25 -04:00
ratings:
2016-10-22 19:58:24 -04:00
paths:
- "lib/**/*"
2016-10-22 19:10:25 -04:00
exclude_paths:
2017-03-02 07:46:20 -05:00
- "test/"
2016-10-22 20:16:20 -04:00
- "old_test/"
- "templates/boilerplate/"
- "templates/demo/"
2016-10-22 19:16:25 -04:00
- "js/"
- "test_apps/test_app/"
- "test_apps/contracts_app/"
2017-02-19 09:07:34 -05:00
- "docs/"
2017-12-05 17:40:04 -05:00
checks:
similar-code:
enabled: false
2017-12-05 18:23:21 -05:00
method-lines:
config:
threshold: 35