Sha256: f904d77e20c2f24b9e2781c3fb29c31943ac2961e6f220bb6c8dbf43fc54a9f9

Contents?: true

Size: 755 Bytes

Versions: 2

Compression:

Stored size: 755 Bytes

Contents

AllCops:
  NewCops: enable

# The gem is automatically pushed by CI
Gemspec/RequireMFA:
  Enabled: false

Layout/ArrayAlignment:
  EnforcedStyle: with_fixed_indentation

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

2 entries across 2 versions & 1 rubygems

Version Path
appmap-0.93.4 .rubocop.yml
appmap-0.93.3 .rubocop.yml