Sha256: 463daed702d4b8ca9fccaf0f3170c1c701881c540ccd5b091745f269bb4deefe

Contents?: true

Size: 484 Bytes

Versions: 4

Compression:

Stored size: 484 Bytes

Contents

inherit_from: config/rubocop_base.yml

AllCops:
  TargetRubyVersion: 3.1
  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

4 entries across 4 versions & 1 rubygems

Version Path
shimmer-0.0.39 .rubocop.yml
shimmer-0.0.38 .rubocop.yml
shimmer-0.0.37 .rubocop.yml
shimmer-0.0.36 .rubocop.yml