Sha256: 19d15275af553c911327d2f654968d19e09481b03645c8dcb1fa2806b08091c3

Contents?: true

Size: 1.33 KB

Versions: 6

Compression:

Stored size: 1.33 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-07-01 09:34:39 +0100 using RuboCop version 0.40.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: 1
Lint/RescueException:
  Exclude:
    - 'lib/slack-ruby-bot-server/app.rb'

# Offense count: 9
Metrics/AbcSize:
  Max: 33

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

# Offense count: 2
Metrics/CyclomaticComplexity:
  Max: 11

# Offense count: 68
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
  Max: 163

# Offense count: 8
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 23

# Offense count: 2
Metrics/PerceivedComplexity:
  Max: 11

# Offense count: 25
Style/Documentation:
  Enabled: false

# Offense count: 2
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts.
Style/FileName:
  Exclude:
    - 'lib/slack-ruby-bot-server.rb'
    - 'lib/slack-ruby-bot-server/ext/slack-ruby-bot.rb'

# Offense count: 1
Style/ModuleFunction:
  Exclude:
    - 'lib/slack-ruby-bot-server/config.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
slack-ruby-bot-server-0.6.1 .rubocop_todo.yml
slack-ruby-bot-server-0.6.0 .rubocop_todo.yml
slack-ruby-bot-server-0.5.0 .rubocop_todo.yml
slack-ruby-bot-server-0.4.0 .rubocop_todo.yml
slack-ruby-bot-server-0.3.1 .rubocop_todo.yml
slack-ruby-bot-server-0.3.0 .rubocop_todo.yml