Sha256: d645f266cc1fbd90be2a499daa0fe9a6916c8ffa01a5321f9e8e6338abe353c9

Contents?: true

Size: 297 Bytes

Versions: 1

Compression:

Stored size: 297 Bytes

Contents

inherit_gem:
  armitage-rubocop:
    - lib/rubocop.general.yml
    - lib/rubocop.rake.yml
    - lib/rubocop.rspec.yml

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - puma_after_reply.gemspec
    - bin/console

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
puma_after_reply-0.1.0 .rubocop.yml