Sha256: d791eb3c50656ac4b28ddbf7a97e2247c81093ec9156c303d2e4b47890ff4d68
Contents?: true
Size: 1.67 KB
Versions: 4
Compression:
Stored size: 1.67 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-06-27 10:38:47 -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: 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: 5 Style/DoubleNegation: Exclude: - 'lib/slack-ruby-bot/client.rb' - '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
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
slackrb-0.17.1 | .rubocop_todo.yml |
slackrb-0.17.0 | .rubocop_todo.yml |
slack-ruby-bot-0.16.1 | .rubocop_todo.yml |
slack-ruby-bot-0.16.0 | .rubocop_todo.yml |