Sha256: fa6b06a097d1a3f31658c95593329817d6cd3a234c1dcf80c6c1163a36dcc77b

Contents?: true

Size: 433 Bytes

Versions: 5

Compression:

Stored size: 433 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - vendor/**/*

Naming/AccessorMethodName:
  Enabled: false

require:
  - rubocop-sorbet

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

Lint/HandleExceptions:
  Exclude:
  - Rakefile

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubocop-sorbet-0.3.7 .rubocop.yml
rubocop-sorbet-0.3.6 .rubocop.yml
rubocop-sorbet-0.3.5 .rubocop.yml
rubocop-sorbet-0.3.4 .rubocop.yml
rubocop-sorbet-0.3.3 .rubocop.yml