Sha256: f525c98c6397787f17e04724c095ab1dce41ca65b617287898c16fbabc970ac5

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

1 entries across 1 versions & 1 rubygems

Version Path
minitest-distributed-0.2.7 .rubocop.yml