KurtPattyn/karl

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
# Save as .codeclimate.yml (note leading .) in project root directory
languages:
  Ruby: false
  JavaScript: true
  PHP: false
  Python: false
exclude_paths:
  - "benchmarks"
  - "test"
  - "docs"
  - "node_modules"
  - "coverage"