Sha256: e0ac2497476b5e0e529e32211f2db589c8b40d500dcd5bdf5da1f74f34f4973b

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

require: rubocop-rspec
inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  Include:
    - '**/Rakefile'
    - '**/config.ru'
  Exclude:
    - 'script/**/*'
    - 'spec/test_app_templates/**/*'
    - 'vendor/**/*'

Metrics/AbcSize:
  Max: 16

Metrics/LineLength:
  Max: 220

RSpec/InstanceVariable:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hydra-batch-edit-2.0.2 .rubocop.yml