Sha256: 5aef0e22079e4a660ac6193a8354a7f229a2774f87bae4b7d6209b249212d9c4

Contents?: true

Size: 554 Bytes

Versions: 5

Compression:

Stored size: 554 Bytes

Contents

# This file strictly follows the rules defined in the Ruby style guide:
#   http://shopify.github.io/ruby-style-guide/
inherit_gem:
  rubocop-shopify: rubocop.yml

require:
  - rubocop/cop/internal_affairs

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - vendor/**/*
  NewCops: disable
  SuggestExtensions: false

InternalAffairs:
  Enabled: true

Naming/FileName:
  Exclude:
  - lib/rubocop-sorbet.rb

Layout/LineLength:
  IgnoreCopDirectives: true

InternalAffairs/UndefinedConfig:
  Enabled: false # Bug in implementation fails to find our configs

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubocop-sorbet-0.8.0 .rubocop.yml
rubocop-sorbet-0.7.8 .rubocop.yml
rubocop-sorbet-0.7.7 .rubocop.yml
rubocop-sorbet-0.7.6 .rubocop.yml
rubocop-sorbet-0.7.5 .rubocop.yml