mazerte/grunt-coffeecov

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
###
### .codeclimate.yml
###

version: "2"
plugins:
  eslint:
    enabled: true
  markdownlint:
    enabled: true
  nodesecurity:
    enabled: true
exclude_patterns:
  - "Gruntfile.js"
  - "**/node_modules/"
  - "**/test/"
  - "**/tests/"