# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-04-26 17:46:16 -0400 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: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: squiggly, active_support, powerpack, unindent Layout/HeredocIndentation: 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 Lint/AmbiguousOperator: Exclude: - 'spec/slack-ruby-bot-server/service_spec.rb' # Offense count: 2 # Cop supports --auto-correct. Lint/NonDeterministicRequireOrder: Exclude: - 'spec/spec_helper.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.rb' - 'lib/slack-ruby-bot-server/ext/slack-ruby-bot.rb' # Offense count: 3 # Configuration parameters: ForbiddenDelimiters. # ForbiddenDelimiters: (?-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 # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. # AllowedNames: io, id, to, by, on, in, at, ip, db, os, pp Naming/MethodParameterName: Exclude: - 'lib/slack-ruby-bot-server/service.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, Autocorrect. # SupportedStyles: module_function, extend_self, forbidden Style/ModuleFunction: Exclude: - 'lib/slack-ruby-bot-server/config.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods. # SupportedStyles: predicate, comparison Style/NumericPredicate: Exclude: - 'spec/**/*' - 'lib/slack-ruby-bot-server/service.rb'