Sha256: 494dfd0418a91e57e42157215b6f3605798fbbd1db832f2f5ac63a3c872f5751

Contents?: true

Size: 340 Bytes

Versions: 3

Compression:

Stored size: 340 Bytes

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

AllCops:
  Exclude:
    - bin/generate-report
    - vendor/bundle/**/*
    - ext/**/*

Style/MethodCallWithArgsParentheses:
  Enabled: false

Naming/FileName:
  Enabled: false

Lint/RescueException:
  Enabled: false

Lint/MissingSuper:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heap-profiler-0.5.0 .rubocop.yml
heap-profiler-0.4.0 .rubocop.yml
heap-profiler-0.3.0 .rubocop.yml