Sha256: 1adaa48afef1849a1dba56dab57df48f26dcab592e854bebc71078c0d3f05c61

Contents?: true

Size: 679 Bytes

Versions: 1

Compression:

Stored size: 679 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
Metrics/LineLength:
  Max: 100
Style/Documentation:
  Enabled: false
Style/ModuleFunction:
  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-0.14.6 .rubocop.yml