Sha256: d35d4e38f8a7eaa6050495d44e69494f89b5fcca49d476b137d69487db63daf6

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-06-20 12:01:59 -0400 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: 7
Metrics/AbcSize:
  Max: 33

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

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

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-bot-server-0.2.0 .rubocop_todo.yml