championswimmer/mockstorage

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  tslint:
    enabled: true
    channel: beta
  duplication:
    enabled: true
    config:
      languages:
        - javascript
  fixme:
    enabled: true
ratings:
  paths:
    - "src/**/*"
exclude_paths:
- "docs/"
- "dist/"
- "test/"