11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2023-07-26 19:57:49 UTC using RuboCop version 1.47.0 .
3+ # on 2025-09-22 12:03:02 UTC using RuboCop version 1.80.2 .
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9+ # Offense count: 2
10+ # Configuration parameters: Severity.
11+ Bundler/DuplicatedGroup :
12+ Exclude :
13+ - ' Gemfile'
14+
915# Offense count: 1
10- # Configuration parameters: Severity, Include.
11- # Include: **/*.gemspec
16+ # Configuration parameters: Severity.
1217Gemspec/RequiredRubyVersion :
1318 Exclude :
1419 - ' slack-ruby-bot-server.gemspec'
@@ -38,12 +43,18 @@ Lint/ConstantDefinitionInBlock:
3843 Exclude :
3944 - ' lib/slack-ruby-bot-server/models/team/methods.rb'
4045
46+ # Offense count: 1
47+ Lint/UselessDefined :
48+ Exclude :
49+ - ' lib/slack-ruby-bot-server/ext/bson/object_id.rb'
50+
4151# Offense count: 1
4252# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
4353# CheckDefinitionPathHierarchyRoots: lib, spec, test, src
4454# 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
4555Naming/FileName :
4656 Exclude :
57+ - ' Rakefile.rb'
4758 - ' lib/slack-ruby-bot-server.rb'
4859
4960# Offense count: 1
@@ -62,14 +73,21 @@ Naming/MethodParameterName:
6273 - ' lib/slack-ruby-bot-server/models/team/mongoid.rb'
6374 - ' lib/slack-ruby-bot-server/service.rb'
6475
65- # Offense count: 5
76+ # Offense count: 6
6677# This cop supports safe autocorrection (--autocorrect).
6778# Configuration parameters: EnforcedStyle.
6879# SupportedStyles: separated, grouped
6980Style/AccessorGrouping :
7081 Exclude :
7182 - ' lib/slack-ruby-bot-server/config.rb'
7283
84+ # Offense count: 2
85+ # This cop supports unsafe autocorrection (--autocorrect-all).
86+ Style/CollectionQuerying :
87+ Exclude :
88+ - ' lib/slack-ruby-bot-server/api/helpers/error_helpers.rb'
89+ - ' lib/slack-ruby-bot-server/api/helpers/sort_helpers.rb'
90+
7391# Offense count: 3
7492# This cop supports unsafe autocorrection (--autocorrect-all).
7593Style/GlobalStdStream :
0 commit comments