Sha256: d1625f258c48b439bb8e33d56a7364689ce8cdfa18062273678b9f529885a097

Contents?: true

Size: 357 Bytes

Versions: 26

Compression:

Stored size: 357 Bytes

Contents

inherit_from: .rubocop_todo.yml

# rspec expect{...} is conventional
Style/SpaceBeforeBlockBraces:
  Exclude:
    - 'spec/**/*_spec.rb'

Style/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

# allow for alignment
Style/SpaceAroundOperators:
  AllowForAlignment: true

# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 200

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
blacklight-hierarchy-4.0.0 .rubocop.yml
blacklight-hierarchy-3.0.0 .rubocop.yml
blacklight-hierarchy-2.0.0 .rubocop.yml
blacklight-hierarchy-1.1.0 .rubocop.yml
blacklight-hierarchy-1.0.1 .rubocop.yml
blacklight-hierarchy-1.0.0 .rubocop.yml