Sha256: cf4afaef5405b56320f0191fe0f9a01df7841a1ea1b1b272b998d7aa6176f23e

Contents?: true

Size: 645 Bytes

Versions: 25

Compression:

Stored size: 645 Bytes

Contents

require: rubocop-rspec

inherit_from:
  - .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  Exclude:
  - "lib/generators/blacklight/templates/**/*"
  - "spec/**/*"
  - "blacklight.gemspec"

Rails:
  Enabled: true

Metrics/LineLength:
  Max: 200

Style/StringLiterals:
  Enabled: false

Style/IndentationConsistency:
  Enabled: false

Rails/OutputSafety:
  Enabled: false

Style/MethodMissing:
  Exclude:
  - 'lib/blacklight/utils.rb'

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

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
blacklight-6.25.0 .rubocop.yml
blacklight-6.24.0 .rubocop.yml
blacklight-6.23.0 .rubocop.yml
blacklight-6.22.0 .rubocop.yml
blacklight-6.21.0 .rubocop.yml
blacklight-6.20.0 .rubocop.yml
blacklight-6.19.2 .rubocop.yml
blacklight-6.19.1 .rubocop.yml
blacklight-6.19.0 .rubocop.yml
blacklight-6.18.0 .rubocop.yml
blacklight-6.17.0 .rubocop.yml
blacklight-6.16.0 .rubocop.yml
blacklight-6.15.0 .rubocop.yml
blacklight-6.14.1 .rubocop.yml
blacklight-6.14.0 .rubocop.yml
blacklight-6.13.0 .rubocop.yml
blacklight-6.12.0 .rubocop.yml
blacklight-6.11.2 .rubocop.yml
blacklight-6.11.1 .rubocop.yml
blacklight-6.11.0 .rubocop.yml