anywhichway/cycler

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  rubocop:
    enabled: true
  golint:
    enabled: true
  eslint:
    enabled: true
  csslint:
    enabled: true
ratings:
  paths:
  - "**.js"
exclude_paths:
- test/**/*
- browser/**/*
- legacy/**/*