Sha256: 4828856542b133a266a5462018da734abee48fa704ea931f087fbd57ecff2b34

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 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
    - 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.5 .rubocop.yml