magrathealabs/mecha

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - 'tmp/**/*'
    - 'Guardfile'

Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 120

Style/AccessorMethodName:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false