Sha256: 72ca6e9a99144056d97009b5b66a660deffff94559a25905dee6f8457201d31a

Contents?: true

Size: 613 Bytes

Versions: 7

Compression:

Stored size: 613 Bytes

Contents

AllCops:
  NewCops: enable

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/FirstArgumentIndentation:
  EnforcedStyle: consistent

Layout/SpaceInsideArrayLiteralBrackets:
  Enabled: false

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

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  AllowedMethods:
  - describe
  - it
  - context

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

7 entries across 7 versions & 1 rubygems

Version Path
appmap-0.93.2 .rubocop.yml
appmap-0.93.1 .rubocop.yml
appmap-0.93.0 .rubocop.yml
appmap-0.92.1 .rubocop.yml
appmap-0.92.0 .rubocop.yml
appmap-0.91.0 .rubocop.yml
appmap-0.90.1 .rubocop.yml