uptech/togls

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  duplication:
    enabled: true
    config:
      languages:
      - ruby
  rubocop:
    enabled: true
  fixme:
    enabled: true
ratings:
  paths:
    - lib/**
    - exe/**
exclude_paths:
  - spec/**/*
  - docs/**/*