Sha256: 78192103fa4e315a1dd0e3c11a8b186c4ecb2e0e305b395d85fb6d02809c61d3

Contents?: true

Size: 511 Bytes

Versions: 2

Compression:

Stored size: 511 Bytes

Contents

inherit_from: config/rubocop_base.yml

AllCops:
  TargetRubyVersion: 3.3
  SuggestExtensions: false
  Exclude:
    - "bin/**/*"
    - "spec/rails_app/bin/**/*"
    - "spec/rails_app/db/schema.rb"
    - "vendor/**/*"

# Allow controllers created in this library to inherit directly from ActionController::Base.
Rails/ApplicationController:
  Enabled: false

# Allow jobs created in this library to inherit directly from ActiveJob::Base.
Rails/ApplicationJob:
  Enabled: false

Style/HashSyntax:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shimmer-0.0.41 .rubocop.yml
shimmer-0.0.40 .rubocop.yml