Sha256: 75383ad45ebc6b27ebf71ead4a918aca58151f70593e5bf563d21dcdad8e098b

Contents?: true

Size: 458 Bytes

Versions: 2

Compression:

Stored size: 458 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - 'bin/**/*'
    - '.pryrc'

Layout/LineLength:
  Max: 120

Style/AsciiComments:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/Documentation:
  Enabled: false

Layout/DotPosition:
  EnforcedStyle: trailing

Style/EmptyMethod:
  EnforcedStyle: expanded

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Metrics/BlockLength:
  Exclude:
    - spec/**/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yandex_client-0.2.0 .rubocop.yml
yandex_client-0.1.2 .rubocop.yml