dabit/acts_as_shopping_cart

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Rails:
  Enabled: true

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  StyleGuideCopsOnly: true

Style/StringLiterals:
  EnforcedStyle: double_quotes

Metrics/LineLength:
  Max: 110