appbot/kms_rails

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  brakeman:
    enabled: false
  bundler-audit:
    enabled: false
  duplication:
    enabled: true
    config:
      languages:
      - ruby
  fixme:
    enabled: true
  reek:
    enabled: true
  rubocop:
    enabled: true
ratings:
  paths:
  - "**.rb"
# exclude_paths:
# - "**/vendor/**/*"
# - "*/spec/**/*"