Sha256: 459c13703435a930206cfed5efa73c64997b330455e19423df4f85a9a9040315

Contents?: true

Size: 272 Bytes

Versions: 5

Compression:

Stored size: 272 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 1.9
  Exclude:
    - '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

5 entries across 5 versions & 1 rubygems

Version Path
wicked_pdf-1.4.0 .rubocop.yml
wicked_pdf-1.3.0 .rubocop.yml
wicked_pdf-1.2.2 .rubocop.yml
wicked_pdf-1.2.1 .rubocop.yml
wicked_pdf-1.2.0 .rubocop.yml