Sha256: 5d75c85f2b3695229886d323b0e0cf4f79ddc432219c9b561bcc279b425ea2ee

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 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/**/*
    - tmp/**/*
    - vendor/**/*

Layout/LineLength:
  Enabled: false

Naming/FileName:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubocop-standard-7.0.5 config/default.yml
rubocop-standard-7.0.4 config/default.yml
rubocop-standard-7.0.3 config/default.yml