Sha256: 97aa945988c2d3e294a72343fcb3b3b0d1eea3d6582e1725ca7563eddf8319b1

Contents?: true

Size: 1.8 KB

Versions: 2

Compression:

Stored size: 1.8 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-03-31 08:37:36 -0400 using RuboCop version 0.80.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/DuplicateMethods:
  Exclude:
    - 'lib/slack-ruby-bot/hooks/set.rb'

# Offense count: 2
# Configuration parameters: AllowComments.
Lint/SuppressedException:
  Exclude:
    - 'lib/initializers/giphy.rb'
    - 'lib/initializers/giphy_client.rb'

# Offense count: 1
# 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.rb'

# Offense count: 2
# Configuration parameters: EnforcedStyle.
# SupportedStyles: snake_case, normalcase, non_integer
Naming/VariableNumber:
  Exclude:
    - 'spec/slack-ruby-bot/hooks/set_spec.rb'

# Offense count: 1
# Configuration parameters: EnforcedStyle.
# SupportedStyles: inline, group
Style/AccessModifierDeclarations:
  Exclude:
    - 'lib/slack-ruby-bot/hooks/hook_support.rb'

# Offense count: 3
Style/DoubleNegation:
  Exclude:
    - 'lib/slack-ruby-bot/commands/base.rb'
    - 'lib/slack-ruby-bot/config.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Exclude:
    - 'spec/**/*'
    - 'examples/market/marketbot.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-ruby-bot-0.15.0 .rubocop_todo.yml
slack-ruby-bot-0.14.0 .rubocop_todo.yml