railsconfig/config

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Metrics/LineLength:
  Max: 120

Style/RegexpLiteral:
  EnforcedStyle: slashes
  AllowInnerSlashes: true

Style/FrozenStringLiteralComment:
  EnforcedStyle: never