Sha256: 33c1c2e6616e94a47041cc88eb4503e32cec748abe0f52ad59d482aab8f91a46

Contents?: true

Size: 830 Bytes

Versions: 1

Compression:

Stored size: 830 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

Sorbet/EnforceSigilOrder:
  Enabled: true

Sorbet/SignatureBuildOrder:
  Enabled: true

Sorbet/KeywordArgumentOrdering:
  Enabled: true

Sorbet/ConstantsFromStrings:
  Enabled: true

Sorbet/ForbidIncludeConstLiteral:
  Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minitest-distributed-0.2.4 .rubocop.yml