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

20 lines
312 B
YAML

version: "2"
exclude_patterns:
- CHANGELOG.md
- 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