Sha256: ecc5fd3a46c7bacd75fb634f2d2e975bd8eee598551dd24a8629723745ca22be

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Style/StringLiterals:
  EnforcedStyle: double_quotes

Metrics/LineLength:
    Max: 120

Metrics/BlockLength:
  Exclude:
    - loggery-gem.gemspec
    - 'spec/**/*.rb'

Documentation:
  Enabled: false

Style/Lambda:
  EnforcedStyle: literal

Metrics/MethodLength:
  Max: 20

Style/FrozenStringLiteralComment:
  Exclude:
    - gemfiles/**/*

Layout/AlignHash:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
loggery-0.2.1 .rubocop.yml
loggery-0.2.0 .rubocop.yml