Sha256: 1a465f869e0fb52b28b70d5e621c902aeebdf596dfe05c2779644ea3cb94f106

Contents?: true

Size: 1.96 KB

Versions: 1

Compression:

Stored size: 1.96 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-02-02 17:03:58 -0500 using RuboCop version 0.35.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 4
Lint/HandleExceptions:
  Exclude:
    - 'lib/slack-ruby-client.rb'
    - 'lib/slack/real_time/concurrency/celluloid.rb'
    - 'spec/slack/real_time/concurrency/celluloid_spec.rb'
    - 'spec/slack/real_time/concurrency/eventmachine_spec.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: IgnoreEmptyBlocks.
Lint/UnusedBlockArgument:
  Exclude:
    - 'lib/slack/messages/formatting.rb'

# Offense count: 12
Metrics/AbcSize:
  Max: 31

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 131

# Offense count: 586
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 288

# Offense count: 6
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 24

# Offense count: 80
# Configuration parameters: Exclude.
Style/Documentation:
  Enabled: false

# Offense count: 1
# Configuration parameters: Exclude.
Style/FileName:
  Exclude:
    - 'lib/slack-ruby-client.rb'

# Offense count: 90
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
  Enabled: false

# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Exclude:
    - 'lib/slack/real_time/store.rb'

# Offense count: 15
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/MethodName:
  Enabled: false

# Offense count: 3
Style/ModuleFunction:
  Exclude:
    - 'lib/slack/config.rb'
    - 'lib/slack/real_time/config.rb'
    - 'lib/slack/web/config.rb'

# Offense count: 2
# Cop supports --auto-correct.
Style/SpecialGlobalVars:
  Exclude:
    - 'lib/slack/messages/formatting.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-client-0.6.0 .rubocop_todo.yml