Sha256: 8ef72770712a7c15c0ddd9d6546b1dac4d7a783e22ef9376dfd6277b8d91e4a2

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 KB

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: disable
  SuggestExtensions: false
  TargetRubyVersion: 2.6
  Exclude:
    - 'gemfiles/bin/*'
    - 'test/dummy/**/*'
    - 'vendor/**/*'

Metrics/PerceivedComplexity:
  Enabled: false

Gemspec/RequiredRubyVersion:
  Enabled: false

Bundler/OrderedGems:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/RedundantBegin:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/RedundantRegexpEscape:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Lint/SendWithMixinArgument:
  Enabled: false

Lint/RedundantCopDisableDirective:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Style/StringConcatenation:
  Enabled: false

Style/RedundantFetchBlock:
  Enabled: false

Style/CaseLikeIf:
  Enabled: false
 
Style/SoleNestedConditional:
  Enabled: false

Style/RedundantReturn:
  Enabled: false

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

Metrics/ModuleLength:
  Exclude:
    # Excluding to keep the logic in one module for the time being.
    - 'lib/wicked_pdf/wicked_pdf_helper/assets.rb'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wicked_pdf-2.8.2 .rubocop.yml
wicked_pdf-2.8.1 .rubocop.yml
wicked_pdf-2.8.0 .rubocop.yml
wicked_pdf-2.7.0 .rubocop.yml