11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2024-11-06 16 :01:45 UTC using RuboCop version 1.26.1.
3+ # on 2025-02-03 19 :01:09 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
@@ -44,17 +44,17 @@ Lint/RedundantCopDisableDirective:
4444 Exclude :
4545 - ' lib/slack-ruby-client.rb'
4646
47- # Offense count: 12
47+ # Offense count: 13
4848# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
4949Metrics/AbcSize :
5050 Max : 36
5151
52- # Offense count: 4
52+ # Offense count: 5
5353# Configuration parameters: IgnoredMethods.
5454Metrics/CyclomaticComplexity :
55- Max : 10
55+ Max : 11
5656
57- # Offense count: 13
57+ # Offense count: 14
5858# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
5959Metrics/MethodLength :
6060 Max : 26
@@ -64,10 +64,10 @@ Metrics/MethodLength:
6464Metrics/ParameterLists :
6565 Max : 6
6666
67- # Offense count: 2
67+ # Offense count: 3
6868# Configuration parameters: IgnoredMethods.
6969Metrics/PerceivedComplexity :
70- Max : 10
70+ Max : 11
7171
7272# Offense count: 2
7373# This cop supports safe auto-correction (--auto-correct).
@@ -94,12 +94,12 @@ RSpec/ContextMethod:
9494RSpec/ContextWording :
9595 Enabled : false
9696
97- # Offense count: 65
97+ # Offense count: 66
9898# Configuration parameters: CountAsOne.
9999RSpec/ExampleLength :
100100 Max : 18
101101
102- # Offense count: 18
102+ # Offense count: 19
103103# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
104104# Include: **/*_spec*rb*, **/spec/**/*
105105RSpec/FilePath :
0 commit comments