datacentred/datacentred-api-ruby

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  rubocop:
    enabled: true
    config:
      file: .rubocop.yml
ratings:
  paths:
  - lib/**
  - "**.rb"
exclude_paths:
- docs/**/*
- test/**/*