.rubocop.yml 190 B

12345678910111213
  1. AllCops:
  2. TargetRubyVersion: 3.1
  3. NewCops: enable
  4. Style/FrozenStringLiteralComment:
  5. Enabled: false
  6. Style/RedundantReturn:
  7. Enabled: false
  8. Naming/AccessorMethodName:
  9. Enabled: false