1
0
Fork 0
js-utils/.codeclimate.yml

36 lines
655 B
YAML
Raw Permalink Normal View History

version: "2"
checks:
method-complexity:
config:
threshold: 6 # 5 is *just* too low and flags a number of otherwise readable methods
method-lines:
config:
threshold: 30 # with object literals, lines are not a great measure
exclude_patterns:
2019-09-23 13:13:44 +00:00
- CHANGELOG.md
- config/
2019-09-17 13:49:35 +00:00
- docs/api/
2019-09-28 20:23:34 +00:00
- docs/dev/style.md
- src/migration/
- vendor/
plugins:
duplication:
enabled: true
config:
languages:
typescript:
mass_threshold: 225
eslint:
enabled: true
config:
config: config/eslint.json
fixme:
enabled: true
markdownlint:
enabled: true
shellcheck:
enabled: true