Sha256: a3fc9237cd796d69904c983d3058f15efdaf491a03c349aa1ad19c6460164d3d

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

Style/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
assembly-image-1.7.0 .rubocop.yml
assembly-image-1.6.9 .rubocop.yml