Sha256: 9e2ed31a8dd69bbc96d8fde6e33b17c04089a01b7893655b463c21517ce6a4cf

Contents?: true

Size: 905 Bytes

Versions: 1

Compression:

Stored size: 905 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/BlockLength:
  Exclude:
    - "lib/railties/blacklight.rake"
    - "tasks/blacklight.rake"

Metrics/ClassLength:
  Exclude:
    - "lib/blacklight/configuration.rb"

Metrics/LineLength:
  Max: 200

Style/StringLiterals:
  Enabled: false

Layout/IndentationConsistency:
  EnforcedStyle: normal

Rails/OutputSafety:
  Enabled: false

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

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

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

Naming/HeredocDelimiterNaming:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-7.0.0.rc1 .rubocop.yml