Sha256: fe8d66cbe9dba4ca04a625bc67d5874268473ad03c9d87d2537464d66915586e

Contents?: true

Size: 529 Bytes

Versions: 2

Compression:

Stored size: 529 Bytes

Contents

AllCops:
  NewCops: enable

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/SpaceInsideArrayLiteralBrackets:
  Enabled: false

# We have squiggly heredocs
Layout/HeredocIndentation:
  Enabled: false

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  ExcludedMethods:
  - it

Style/MultilineBlockChain:
  Enabled: false

Style/NumericPredicate:
  Enabled: false
  
Style/AndOr:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appmap-0.38.1 .rubocop.yml
appmap-0.37.2 .rubocop.yml