easy-website-generator/easy-website-generator

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  coffeelint:
    enabled: true
  fixme:
    enabled: true
  eslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        - javascript

ratings:
  paths:
    - bin/**
    - lib/**

exclude_paths:
  - test/**
  - test_fixtures/**