Sha256: 385887d154c3a85d8d02f2d2590f4e77aabb3eecdf66472735d4a3b59b6d69f8

Contents?: true

Size: 839 Bytes

Versions: 6

Compression:

Stored size: 839 Bytes

Contents

require: rubocop-rspec

inherit_from:
  - .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  Exclude:
  - "blacklight_oai_provider.gemspec"

Rails:
  Enabled: true

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - "lib/railties/blacklight_oai_provider.rake"

Metrics/LineLength:
  Max: 200

Style/StringLiterals:
  Enabled: false

Layout/IndentationConsistency:
  EnforcedStyle: normal

Rails/OutputSafety:
  Enabled: false

# engine_cart block includes conditional, not duplication
Bundler/DuplicatedGem:
  Exclude:
  - 'Gemfile'

# engine_cart block is following default Rails order
Bundler/OrderedGems:
  Exclude:
  - 'Gemfile'

RSpec/DescribeClass:
  Exclude:
  - 'spec/requests/**'
  - 'spec/features/**'

Style/Documentation:
  Enabled: false

Lint/UnusedMethodArgument:
  Exclude:
  - 'lib/blacklight_oai_provider/set.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight_oai_provider-6.0.0 .rubocop.yml
blacklight_oai_provider-6.0.0.pre2 .rubocop.yml
blacklight_oai_provider-6.0.0.pre1 .rubocop.yml
blacklight_oai_provider-5.1.0 .rubocop.yml
blacklight_oai_provider-5.0.0 .rubocop.yml
blacklight_oai_provider-5.0.0.pre1 .rubocop.yml