11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2023-08-05 13:32:37 UTC using RuboCop version 1.26.1.
3+ # on 2024-11-06 16:01:45 UTC using RuboCop version 1.26.1.
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
@@ -81,14 +81,14 @@ Performance/StringInclude:
8181 Exclude :
8282 - ' lib/tasks/web.rake'
8383
84- # Offense count: 8
84+ # Offense count: 9
8585# This cop supports safe auto-correction (--auto-correct).
8686RSpec/ContextMethod :
8787 Exclude :
8888 - ' spec/slack/messages/formatting_spec.rb'
8989 - ' spec/slack/web/api/mixins/users_spec.rb'
9090
91- # Offense count: 82
91+ # Offense count: 83
9292# Configuration parameters: Prefixes.
9393# Prefixes: when, with, without
9494RSpec/ContextWording :
@@ -99,13 +99,13 @@ RSpec/ContextWording:
9999RSpec/ExampleLength :
100100 Max : 18
101101
102- # Offense count: 19
102+ # Offense count: 18
103103# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
104104# Include: **/*_spec*rb*, **/spec/**/*
105105RSpec/FilePath :
106106 Enabled : false
107107
108- # Offense count: 70
108+ # Offense count: 69
109109# Configuration parameters: .
110110# SupportedStyles: have_received, receive
111111RSpec/MessageSpies :
@@ -166,6 +166,13 @@ Rake/Desc:
166166 Exclude :
167167 - ' lib/tasks/git.rake'
168168
169+ # Offense count: 1
170+ # Configuration parameters: EnforcedStyle, AllowModifiersOnSymbols.
171+ # SupportedStyles: inline, group
172+ Style/AccessModifierDeclarations :
173+ Exclude :
174+ - ' lib/slack/real_time/client.rb'
175+
169176# Offense count: 4
170177# Configuration parameters: MaxUnannotatedPlaceholdersAllowed, IgnoredMethods.
171178# SupportedStyles: annotated, template, unannotated
0 commit comments