forge512/ember-webcam

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  csslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        javascript:
          mass_threshold: 52
    exclude_paths:
      - "config/*.js"
      - "tests/**/*.js"
  eslint:
    enabled: true
  fixme:
    enabled: true
    checks:
      TODO:
        enabled: false
ratings:
  paths:
  - "**.css"
  - "**.js"
exclude_paths:
  - vendor/