Sha256: 7c12b7ead8c6d72da294b70f12aa0efa1f4dae5927a8437eaa0f74cecfcf4d0f

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

require:
  - rubocop-performance
  - rubocop-rake

inherit_mode:
  merge:
    - Exclude

AllCops:
  NewCops: enable
  Exclude:
    - bin/**/*
    - db/**/*
    - node_modules/**/*
    - sorbet/**/*
    - tmp/**/*
    - vendor/**/*

Layout/LineLength:
  Enabled: false

Naming/FileName:
  Enabled: false

Style/CommentAnnotation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-standard-7.2.0 config/default.yml