Sha256: deb8f8470a11128ae0dabab0bfe6502d9a5420369805f72d00002f5b12c1aebf

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-11-14 17:59:41 -0500 using RuboCop version 0.81.0.
# 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
# Configuration parameters: IgnoreImplicitReferences.
Lint/ShadowedArgument:
  Exclude:
    - 'lib/slack-ruby-bot-server-rtm/lifecycle.rb'

# Offense count: 2
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
Naming/FileName:
  Exclude:
    - 'lib/slack-ruby-bot-server-rtm.rb'
    - 'lib/slack-ruby-bot-server-rtm/ext/slack-ruby-bot.rb'

# Offense count: 2
# Configuration parameters: ForbiddenDelimiters.
# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
Naming/HeredocDelimiterNaming:
  Exclude:
    - 'sample_apps/sample_app_activerecord/commands/help.rb'
    - 'sample_apps/sample_app_mongoid/commands/help.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

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