Wolox/dictum

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - dictum.gemspec
    - lib/tasks/dictum.rake
    - spec/spec_helper.rb

Documentation:
  Enabled: false

LineLength:
  Max: 99

FrozenStringLiteralComment:
  Enabled: false

Metrics/AbcSize:
  Max: 15.3

Metrics/BlockLength:
  Enabled: false

Rails/Output:
  Enabled: false