Sha256: 10913b306274b3285b61f2f15e1b64171767cb4bcd29ba5f84ae4f089777916b

Contents?: true

Size: 1.35 KB

Versions: 4

Compression:

Stored size: 1.35 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-09-08 18:09:56 -0400 using RuboCop version 0.58.2.
# 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
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent
Layout/IndentHeredoc:
  Exclude:
    - 'lib/slack-ruby-bot-server/info.rb'
    - 'sample_apps/sample_app_activerecord/commands/help.rb'
    - 'sample_apps/sample_app_mongoid/commands/help.rb'

# Offense count: 1
Lint/HandleExceptions:
  Exclude:
    - 'lib/slack-ruby-bot-server/ping.rb'

# Offense count: 3
# Configuration parameters: Blacklist.
# Blacklist: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
Naming/HeredocDelimiterNaming:
  Exclude:
    - 'lib/slack-ruby-bot-server/info.rb'
    - 'sample_apps/sample_app_activerecord/commands/help.rb'
    - 'sample_apps/sample_app_mongoid/commands/help.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: module_function, extend_self
Style/ModuleFunction:
  Exclude:
    - 'lib/slack-ruby-bot-server/config.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack-ruby-bot-server-0.8.3 .rubocop_todo.yml
slack-ruby-bot-server-0.8.2 .rubocop_todo.yml
slack-ruby-bot-server-0.8.1 .rubocop_todo.yml
slack-ruby-bot-server-0.8.0 .rubocop_todo.yml