Sha256: 81cdf4f16669636bfc4262baa96e24ebb01dd518642ac87d9d037d34e9c37add

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 Bytes

Contents

LineLength:
  Max: 100

ClassLength:
  Max: 103

AlignHash:
  # Alignment of entries using hash rocket as separator. Valid values are:
  #
  # key - left alignment of keys
  #   'a' => 2
  #   'bb' => 3
  # separator - alignment of hash rockets, keys are right aligned
  #    'a' => 2
  #   'bb' => 3
  # table - left alignment of keys, hash rockets, and values
  #   'a'  => 2
  #   'bb' => 3
  EnforcedHashRocketStyle: table
  # Alignment of entries using colon as separator. Valid values are:
  #
  # key - left alignment of keys
  #   a: 0
  #   bb: 1
  # separator - alignment of colons, keys are right aligned
  #    a: 0
  #   bb: 1
  # table - left alignment of keys and values
  #   a:  0
  #   bb: 1
  EnforcedColonStyle: separator

RegexpLiteral:
  Exclude:
    - Guardfile

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
astrolabe-1.3.0 .rubocop.yml
astrolabe-1.2.1 .rubocop.yml