Sha256: 365fdb4d2570eb1deebb562ac443426dea1a27aa096b3c6f4cd9f44aefb1cf64

Contents?: true

Size: 502 Bytes

Versions: 2

Compression:

Stored size: 502 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  NewCops: disable
  SuggestExtensions: false

Layout/EndOfLine:
  EnforcedStyle: lf

Metrics/BlockLength:
  # Don't enforce in test files.
  Max: 25
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Layout/LineLength:
  Max: 120

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
object_hash_rb-0.1.3 .rubocop.yml
object_hash_rb-0.1.2 .rubocop.yml