Sha256: c0e909e9ca30de14eb7a58e6558a4b68beeeb512aa1b230dee059abae7c1020b

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-03-23 14:16:02 -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: 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

3 entries across 3 versions & 1 rubygems

Version Path
slack-ruby-bot-server-0.11.1 .rubocop_todo.yml
slack-ruby-bot-server-0.11.0 .rubocop_todo.yml
slack-ruby-bot-server-0.10.0 .rubocop_todo.yml