11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2025-10-01 17:05:23 UTC using RuboCop version 1.81.1.
3+ # on 2025-10-01 17:50:25 UTC using RuboCop version 1.81.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
@@ -44,7 +44,7 @@ RSpec/ContextWording:
4444 - ' spec/slack-api-explorer/commands/slack_spec.rb'
4545 - ' spec/support/api/endpoints/it_behaves_like_a_cursor_api.rb'
4646
47- # Offense count: 10
47+ # Offense count: 12
4848# Configuration parameters: CountAsOne.
4949RSpec/ExampleLength :
5050 Max : 27
@@ -88,7 +88,7 @@ RSpec/RepeatedExampleGroupDescription:
8888 Exclude :
8989 - ' spec/api/endpoints/teams_endpoint_spec.rb'
9090
91- # Offense count: 8
91+ # Offense count: 9
9292# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata.
9393RSpec/SpecFilePathFormat :
9494 Exclude :
@@ -98,6 +98,7 @@ RSpec/SpecFilePathFormat:
9898 - ' spec/api/robots_spec.rb'
9999 - ' spec/api/swagger_documentation_spec.rb'
100100 - ' spec/slack-api-explorer/commands/default_spec.rb'
101+ - ' spec/slack-api-explorer/commands/help_spec.rb'
101102 - ' spec/slack-api-explorer/commands/slack_spec.rb'
102103 - ' spec/slack-api-explorer/commands/unknown_spec.rb'
103104 - ' spec/slack-api-explorer/version_spec.rb'
@@ -123,4 +124,4 @@ RSpec/VoidExpect:
123124# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
124125# URISchemes: http, https
125126Layout/LineLength :
126- Max : 175
127+ Max : 226
0 commit comments