Sha256: 46ecb456b9d8a239d9fbf19abc1cb7b484108143858087a1d8a1d316c2a84583

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubocop-sorbet-0.7.4 .rubocop.yml
rubocop-sorbet-0.7.3 .rubocop.yml
rubocop-sorbet-0.7.2 .rubocop.yml
rubocop-sorbet-0.7.1 .rubocop.yml