Sha256: 90e134d2c4c16ca09a08d256639ddcf5c0be123a2b1e6b956b2ab1061793d488

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rake
  - rubocop-rspec
  - rubocop-minitest

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'with_model.gemspec'

Bundler/OrderedGems:
  Enabled: false

Bundler/DuplicatedGem:
  Enabled: false

RSpec/Be:
  Enabled: false

RSpec/BeforeAfterAll:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
with_model-2.1.6 .rubocop.yml