Sha256: b2c04d6ad2b5afd4b6e147898cdde43ef0f9b9883e4f5c6d11924596e9f17d58

Contents?: true

Size: 336 Bytes

Versions: 2

Compression:

Stored size: 336 Bytes

Contents

inherit_from: .rubocop_todo.yml
require:
  - rubocop-rspec
  - rubocop-rails

AllCops:
  DisplayCopNames: true
  Include:
    - '**/Rakefile'
  Exclude:
    - '.internal_test_app/**/*'

Rails:
  Enabled: true

Layout/LineLength:
  Max: 185

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - 'spec/**/*'
    - 'lib/generators/**/*'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight_advanced_search-8.0.0.alpha2 .rubocop.yml
blacklight_advanced_search-8.0.0.alpha1 .rubocop.yml