voxable-labs/expando

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
prepare:
  fetch:
  - url: "https://raw.githubusercontent.com/voxable-labs/ruby-style-guide/master/.rubocop.yml"
    path: "rubocop-code-climate.yml"
engines:
  duplication:
    enabled: true
    config:
      languages:
      - ruby
  fixme:
    enabled: true
  # Disabled for the moment, due to Code Climate bug.
  rubocop:
    enabled: false
    config:
      file: "rubocop-code-climate.yml"
  brakeman:
    enabled: false
  bundler-audit:
    enabled: true
ratings:
  paths:
  - "**.rb"
exclude_paths:
- spec/