Sha256: a66b28805862e46546d2105d189f0c3b53a91ce244eaf4197af223457039151b

Contents?: true

Size: 575 Bytes

Versions: 12

Compression:

Stored size: 575 Bytes

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

require:
 - rubocop-sorbet
 - rubocop-rake

AllCops:
  NewCops: disable
  SuggestExtensions: false
  TargetRubyVersion: 3.0

Naming/FileName:
  Exclude:
  - "lib/ruby-lsp-rspec.rb"

Sorbet/FalseSigil:
  Enabled: false

Sorbet/TrueSigil:
  Enabled: true
  Exclude:
    - "**/*.rake"
    - "lib/**/*.rb"
    - "spec/**/*.rb"

Sorbet/StrictSigil:
  Enabled: true
  Include:
    - "lib/**/*.rb"
  Exclude:
    - "**/*.rake"
    - "spec/**/*.rb"

Style/StderrPuts:
  Enabled: true

Style/MethodCallWithArgsParentheses:
  Enabled: false

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ruby-lsp-shoulda-context-0.4.7 .rubocop.yml
ruby-lsp-shoulda-context-0.4.6 .rubocop.yml
ruby-lsp-shoulda-context-0.4.5 .rubocop.yml
ruby-lsp-shoulda-context-0.4.4 .rubocop.yml
ruby-lsp-shoulda-context-0.4.1 .rubocop.yml
ruby-lsp-shoulda-context-0.4.0 .rubocop.yml
ruby-lsp-shoulda-context-0.3.3 .rubocop.yml
ruby-lsp-shoulda-context-0.3.2 .rubocop.yml
ruby-lsp-shoulda-context-0.3.1 .rubocop.yml
ruby-lsp-shoulda-context-0.3.0 .rubocop.yml
ruby-lsp-shoulda-context-0.2.0 .rubocop.yml
ruby-lsp-shoulda-context-0.1.0 .rubocop.yml