Sha256: d71b9f697d8b83eb3876ddd768b573dbcec455c0fdd5ae22027b211617875b8e

Contents?: true

Size: 821 Bytes

Versions: 18

Compression:

Stored size: 821 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/FirstArrayElementIndentation:
  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

18 entries across 18 versions & 1 rubygems

Version Path
appmap-0.102.1 .rubocop.yml
appmap-0.102.0 .rubocop.yml
appmap-0.101.0 .rubocop.yml
appmap-0.100.0 .rubocop.yml
appmap-0.99.4 .rubocop.yml
appmap-0.99.2 .rubocop.yml
appmap-0.99.1 .rubocop.yml
appmap-0.99.0 .rubocop.yml
appmap-0.98.1 .rubocop.yml
appmap-0.98.0 .rubocop.yml
appmap-0.97.0 .rubocop.yml
appmap-0.96.0 .rubocop.yml
appmap-0.95.2 .rubocop.yml
appmap-0.95.1 .rubocop.yml
appmap-0.95.0 .rubocop.yml
appmap-0.94.1 .rubocop.yml
appmap-0.94.0 .rubocop.yml
appmap-0.93.5 .rubocop.yml