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