Sha256: fe89f06b4a0ecf1229482ad83a3c4f0d06f1482ff7335b003a1d3db13c2f8104

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-06-02 15:39:53 -0300 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: 66
# 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: 2
# Configuration parameters: Exclude.
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.1.1 .rubocop_todo.yml