stephancom/qrinator

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Metrics/LineLength:
  Max: 160

Metrics/BlockLength:
  Exclude:
    - '*_spec.rb'

Style/FrozenStringLiteralComment:
  Enabled: false