1
0
Fork 0
salty-dog/.codeclimate.yml

21 lines
336 B
YAML

version: "2"
exclude_patterns:
- docs/dev/style.md
- src/migration/
- vendor/
plugins:
duplication:
enabled: true
config:
languages:
typescript:
mass_threshold: 225 # avoid increasing, increments of 5
fixme:
enabled: true
markdownlint:
enabled: true
shellcheck:
enabled: true