Naxmeify/nloc

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
languages:
  JavaScript: true

exclude_paths:
- ".gitignore"
- "LICENSE"
- "README.md"
- ".travis.yml"

engines:
  coffeelint:
    enabled: true
  fixme:
    enabled: true
  eslint:
    enabled: true

ratings:
   paths:
   - lib/**
   - bin/**
   - "**.coffee"
   - "**.js"