11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2025-09-21 13:03:00 UTC using RuboCop version 1.80.2.
3+ # on 2025-09-21 15:55:34 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: 4
9+ # Offense count: 5
1010# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1111Metrics/AbcSize :
1212 Max : 49
@@ -27,7 +27,7 @@ Metrics/ClassLength:
2727Metrics/CyclomaticComplexity :
2828 Max : 20
2929
30- # Offense count: 5
30+ # Offense count: 6
3131# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
3232Metrics/MethodLength :
3333 Max : 32
@@ -49,7 +49,7 @@ Security/Open:
4949 - ' tasks/lib/docs/events_downloader.rb'
5050 - ' tasks/lib/docs/methods_downloader.rb'
5151
52- # Offense count: 4
52+ # Offense count: 5
5353# Configuration parameters: AllowedConstants.
5454Style/Documentation :
5555 Exclude :
@@ -58,9 +58,10 @@ Style/Documentation:
5858 - ' tasks/lib/docs/downloader.rb'
5959 - ' tasks/lib/docs/events_downloader.rb'
6060 - ' tasks/lib/docs/methods_downloader.rb'
61+ - ' tasks/lib/slack_api/events_generator.rb'
6162 - ' tasks/lib/slack_api/methods_generator.rb'
6263
63- # Offense count: 6
64+ # Offense count: 7
6465# This cop supports unsafe autocorrection (--autocorrect-all).
6566# Configuration parameters: EnforcedStyle.
6667# SupportedStyles: always, always_true, never
@@ -69,6 +70,7 @@ Style/FrozenStringLiteralComment:
6970 - ' **/*.arb'
7071 - ' tasks/events.rake'
7172 - ' tasks/lib/docs/downloader.rb'
73+ - ' tasks/lib/slack_api/events_generator.rb'
7274 - ' tasks/lib/slack_api/methods_generator.rb'
7375 - ' tasks/methods.rake'
7476 - ' tasks/update.rake'
0 commit comments