Sha256: 27945d2a52990317d20a3f8c3956f12f7d13e18976b540d883a9847cccf3cf10

Contents?: true

Size: 423 Bytes

Versions: 7

Compression:

Stored size: 423 Bytes

Contents

inherit_from: config/rubocop_base.yml

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shimmer-0.0.35 .rubocop.yml
shimmer-0.0.34 .rubocop.yml
shimmer-0.0.33 .rubocop.yml
shimmer-0.0.32 .rubocop.yml
shimmer-0.0.31 .rubocop.yml
shimmer-0.0.30 .rubocop.yml
shimmer-0.0.29 .rubocop.yml