Sha256: 3d744f443703ccd74dc5120502d561299e59af3e1c104468ab374efa789b1982

Contents?: true

Size: 335 Bytes

Versions: 1

Compression:

Stored size: 335 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

Style/SpaceAroundOperators:
  AllowForAlignment: true

Style/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
assembly-utils-1.5.0 .rubocop.yml