Sha256: b2d37d22e8f6cd6c19e6b49afe13dedc1d6157eb4541c4af6e863ca2453fe275

Contents?: true

Size: 411 Bytes

Versions: 11

Compression:

Stored size: 411 Bytes

Contents

# Opinionated cops - see https://ruby-style-guide.shopify.dev/ for explanations
inherit_gem:
  rubocop-shopify: rubocop.yml

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

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 3.0

Naming/ConstantName:
  Enabled: false

Sorbet/StrictSigil:
  Enabled: true

Style/MutableConstant:
  Enabled: true

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
grape_sorbet-0.0.11 .rubocop.yml
grape_sorbet-0.0.10 .rubocop.yml
grape_sorbet-0.0.9 .rubocop.yml
grape_sorbet-0.0.8 .rubocop.yml
grape_sorbet-0.0.7 .rubocop.yml
grape_sorbet-0.0.6 .rubocop.yml
grape_sorbet-0.0.5 .rubocop.yml
grape_sorbet-0.0.4 .rubocop.yml
grape_sorbet-0.0.3 .rubocop.yml
grape_sorbet-0.0.2 .rubocop.yml
grape_sorbet-0.0.1 .rubocop.yml