Sha256: 460564eb5ab8bc3f0cd66c54d804f3c384bc7872280e4ae953d3e4d109faa0df

Contents?: true

Size: 295 Bytes

Versions: 3

Compression:

Stored size: 295 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.2
  Exclude:
    - 'gemfiles/bin/*'
    - 'test/dummy/**/*'

Metrics/BlockLength:
  Exclude:
    - 'wicked_pdf.gemspec'

# I'd like wicked_pdf to keep Ruby 1.8 compatibility for now
Style/HashSyntax:
  EnforcedStyle: hash_rockets

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wicked_pdf-2.0.2 .rubocop.yml
wicked_pdf-2.0.1 .rubocop.yml
wicked_pdf-2.0.0 .rubocop.yml