GeorgeKaraszi/active_record_extended

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  rubocop:
    enabled: true
    channel: rubocop-1-56-3
  duplication:
    enabled: true
    config:
      languages:
        ruby:
          mass_threshold: 60
ratings:
  paths:
    - lib/**
exclude_paths:
  - spec/**/*