Sha256: 1c3c8b3d296e3edba25c0260b4f5d81da4395d175e9dc2f8db2adca408defb07

Contents?: true

Size: 865 Bytes

Versions: 2

Compression:

Stored size: 865 Bytes

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

require:
  - rubocop-sorbet
  - rubocop-rake
  - rubocop-minitest

AllCops:
  TargetRubyVersion: 2.6
  UseCache: true
  CacheRootDirectory: tmp/rubocop
  Exclude:
    - minitest-distributed.gemspec

# This cop is broken when using assignments
Layout/RescueEnsureAlignment:
  Enabled: false

##### Sorbet cops

Sorbet:
  Enabled: true
  Exclude:
    - bin/*
    - test/fixtures/*
    - Gemfile
    - Rakefile
    - minitest-distributed.gemspec

Sorbet/ValidSigil:
  Enabled: true

Sorbet/FalseSigil:
  Enabled: false

Sorbet/TrueSigil:
  Enabled: true
  Exclude:
    - 'test/fixtures/*'

Sorbet/EnforceSigilOrder:
  Enabled: true

Sorbet/SignatureBuildOrder:
  Enabled: true

Sorbet/KeywordArgumentOrdering:
  Enabled: true

Sorbet/ConstantsFromStrings:
  Enabled: true

Sorbet/ForbidIncludeConstLiteral:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
minitest-distributed-0.2.6 .rubocop.yml
minitest-distributed-0.2.5 .rubocop.yml