Sha256: 1444bb554d26a08180162ca8f2ab2f246aba7e24616dbfa624cc47d459d1a957

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

AllCops:
  DisabledByDefault: false
  TargetRubyVersion: 2.6
  Exclude:
    - gemfiles/*
    - spec/dummy/**/*

Lint/MissingSuper:
  Exclude:
    - lib/ok_computer/checks/*

Metrics/BlockLength:
  Exclude:
    - spec/ok_computer/*
    - okcomputer-checks.gemspec

Naming/FileName:
  Exclude:
    - lib/okcomputer-checks.rb

## TODOs

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
okcomputer-checks-1.1.1 .rubocop.yml
okcomputer-checks-1.1.0 .rubocop.yml
okcomputer-checks-1.0.0 .rubocop.yml