Sha256: e9e5649541a68831977314ab23914ab57961dd51e6744e834d343b9a66c480f2

Contents?: true

Size: 465 Bytes

Versions: 1

Compression:

Stored size: 465 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/EndOfLine:
  Enabled: true
  EnforcedStyle: lf

Layout/AlignHash:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

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

Metrics/LineLength:
  Max: 128
  IgnoreCopDirectives: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-bearer_auth-1.0.0 .rubocop.yml