Sha256: 6a822bb82246be2003b7d2938b98e090d9fcf17fdb2f86b69003641c3bcedd19

Contents?: true

Size: 339 Bytes

Versions: 3

Compression:

Stored size: 339 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  Exclude:
    - 'bin/*'

Layout/LineLength:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma
Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma
Style/RescueStandardError:
  EnforcedStyle: implicit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oembed_proxy-0.2.6 .rubocop.yml
oembed_proxy-0.2.5 .rubocop.yml
oembed_proxy-0.2.4 .rubocop.yml