Sha256: 3bbce30d197aa5694168d0c936848f1ff59cd05550d80a875bd51ecf01d204a7

Contents?: true

Size: 339 Bytes

Versions: 3

Compression:

Stored size: 339 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  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.3 .rubocop.yml
oembed_proxy-0.2.2 .rubocop.yml
oembed_proxy-0.2.1 .rubocop.yml