collectiveidea/delayed_job_mongoid

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - vendor/**/*

Metrics:
  Enabled: false

Metrics/LineLength:
  Max: 512

Style/BracesAroundHashParameters:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/GlobalVars:
  Exclude:
    - spec/**/*

inherit_from: .rubocop_todo.yml