Sha256: e0b535d8b4131184ebc78a640163cf6f25ef408088641e647f184c838defb3a2

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-08-22 08:29:35 -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

1 entries across 1 versions & 1 rubygems

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