tyrbo/lolsummoners

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  rubocop:
    enabled: true
  coffeelint:
    enabled: true
  eslint:
    enabled: true
  csslint:
    enabled: true
  bundler-audit:
    enabled: true
ratings:
  paths:
  - app/**
  - lib/**
  - "**.rb"
  - "**.coffee"
  - "**.js"
  - "**.jsx"
  - "**.css"
  - Gemfile.lock
exclude_paths:
- config/**/*
- db/**/*
- spec/**/*
- vendor/**/*