Sha256: 7573d7b404fda1ab1260f9fd1e14b18e5370ec93842a6c50558adfadd3fe7b3a

Contents?: true

Size: 350 Bytes

Versions: 2

Compression:

Stored size: 350 Bytes

Contents

require:
  - rubocop-rails
  - rubocop-factory_bot
  - rubocop-capybara
  - rubocop-rspec

inherit_gem:
  standard: config/base.yml

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.3
  TargetRailsVersion: 7.1
  Exclude:
    - "bin/**/*"
    - "config/environments/**/*"
    - "db/schema.rb"
    - "db/seeds.rb"
    - "tmp/**/*"
    - "vendor/**/*"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
craby-0.0.3 lib/generators/craby/install/templates/.rubocop.yml
craby-0.0.2 lib/generators/craby/install/templates/.rubocop.yml