mburns/paramount

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_from: .rubocop_todo.yml

Metrics/LineLength:
  Max: 140

Style/FrozenStringLiteralComment:
  EnforcedStyle: when_needed

Metrics/BlockLength:
  Max: 64