Sha256: 4c6588a495b66cead16eaf635de43afb547a825f36214c1b0529c2785db0d75b

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-06-01 15:51:05 -0400 using RuboCop version 0.35.1.
# 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: 32

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

# Offense count: 67
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 163

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

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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