Sha256: aa0d9b36d3583ffc4ffc5d01a4748a70913e64aed21393142638142d42ce1608

Contents?: true

Size: 846 Bytes

Versions: 5

Compression:

Stored size: 846 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  DisplayCopNames: true
  Exclude:
    - bin/**/*
    - vendor/**/*
    - lib/slack/web/api/slack-api-ref/**/*
    - lib/slack/web/api/endpoints/* # Auto-generated
    - lib/slack/web/api/errors.rb # Auto-generated
    - spec/slack/web/api/endpoints/* # Auto-generated

Layout/EmptyLineAfterMagicComment:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Max: 250

Layout/LineLength:
  Max: 128

Style/Documentation:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

Style/NumericLiterals:
  Exclude:
    - 'spec/**/*'

RSpec/InstanceVariable:
  Enabled: false

Naming/FileName:
  Exclude:
    - lib/slack-ruby-client.rb # Required to match gemspec name

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slack-ruby-client-2.4.0 .rubocop.yml
slack-ruby-client-2.3.0 .rubocop.yml
slack-ruby-client-2.2.0 .rubocop.yml
slack-ruby-client-2.1.0 .rubocop.yml
slack-ruby-client-2.0.0 .rubocop.yml