.rubocop.yml 106 B

12345678
  1. AllCops:
  2. TargetRubyVersion: 3.1
  3. NewCops: enable
  4. Layout/EmptyLineAfterMagicComment:
  5. Enabled: false