Sha256: 56de7ecd209cf11dbf055cec69586d1414e6a48f4c7457278e99173bd0607c2a

Contents?: true

Size: 1.6 KB

Versions: 2

Compression:

Stored size: 1.6 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-12-06 15:38:34 -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: 3
Lint/HandleExceptions:
  Exclude:
    - '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: 2
Metrics/AbcSize:
  Max: 20

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

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

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 15

# Offense count: 1
Style/AsciiComments:
  Exclude:
    - 'lib/slack/web/api/endpoints/team.rb'

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

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

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

# Offense count: 11
# 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'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-ruby-client-0.5.1 .rubocop_todo.yml
slack-ruby-client-0.5.0 .rubocop_todo.yml