chrmoritz/Troxel

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  coffeelint :
    enabled: true
  eslint:
    enabled: true
  csslint:
    enabled: true
  fixme:
    enabled: true
ratings:
   paths:
   - "**.coffee"
   - "**.css"
   - "**.js"
exclude_paths:
- "test/models/*"
- "**.json"
- "**.txt"
- "**.yml"
- "**.md"