Sha256: df9ea7c921d91e5ac32cc3c9ef657629f196d3dc0c47d113e2ca3ecae2b2cc77

Contents?: true

Size: 529 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

Version Path
rubocop-sorbet-0.8.7 .rubocop.yml
rubocop-sorbet-0.8.6 .rubocop.yml
rubocop-sorbet-0.8.5 .rubocop.yml
rubocop-sorbet-0.8.4 .rubocop.yml
rubocop-sorbet-0.8.3 .rubocop.yml
rubocop-sorbet-0.8.2 .rubocop.yml
rubocop-sorbet-0.8.1 .rubocop.yml