Sha256: 1c1fdf46749ff4b7bd94d5aaa9dd295f25c85c785bb1ab7ec377fa09474aa911

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Layout/LineLength:
  # defualt: 80
  Max: 160
  IgnoredPatterns:
    - '^\s*#'

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
with_last-0.3.0 .rubocop.yml