Sha256: bd0cb8420e5085a4336e9f5c2242aaa5431336b56fde68077bf1cd0b6bcbc98a

Contents?: true

Size: 685 Bytes

Versions: 2

Compression:

Stored size: 685 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  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:
  Max: 250

Metrics/ClassLength:
  Max: 250

Layout/LineLength:
  Max: 128

Style/Documentation:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-ruby-client-0.15.1 .rubocop.yml
slack-ruby-client-0.15.0 .rubocop.yml