Sha256: 6611c6b7e52d762d03a36088caa479f43b7a6d4f8aaff5c8b75fc152540062ae

Contents?: true

Size: 776 Bytes

Versions: 1

Compression:

Stored size: 776 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5
  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

RSpec/InstanceVariable:
  Enabled: false

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-client-1.0.0 .rubocop.yml