tandrewnichols/hogan-xpress

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  eslint:
    enabled: true
    channel: "eslint-3"
    config:
      config: '.eslint.json'
  duplication:
    enabled: true
    config:
      languages:
        - javascript
ratings:
   paths:
    - "lib/**.js"
exclude_paths:
  - "tasks/**.js"
  - "test/**.js"
  - "bench/**"
  - "reports/**"
  - "**.json"
  - "**.md"
  - "*.js"
  - "**.coffee"
  - "LICENSE"