11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2025-09-06 21:08:28 UTC using RuboCop version 1.36.0 .
3+ # on 2025-09-06 21:48:03 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
99# Offense count: 1
10- # Configuration parameters: AllowKeywordBlockArguments.
11- Lint/UnderscorePrefixedVariableName :
12- Exclude :
13- - ' tasks/lib/slack_api/methods_spider.rb'
14-
15- # Offense count: 4
16- # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
10+ # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1711Metrics/AbcSize :
18- Max : 45
19-
20- # Offense count: 3
21- # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
22- # AllowedMethods: refine
23- Metrics/BlockLength :
24- Max : 80
12+ Max : 24
2513
2614# Offense count: 1
27- # Configuration parameters: CountComments, CountAsOne.
28- Metrics/ClassLength :
29- Max : 125
30-
31- # Offense count: 2
32- # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
33- Metrics/CyclomaticComplexity :
34- Max : 17
35-
36- # Offense count: 5
37- # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
15+ # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
3816Metrics/MethodLength :
39- Max : 33
40-
41- # Offense count: 1
42- # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
43- Metrics/PerceivedComplexity :
4417 Max : 16
4518
4619# Offense count: 3
@@ -56,10 +29,15 @@ Style/Documentation:
5629 - ' test/**/*'
5730 - ' tasks/lib/docs/downloader.rb'
5831
59- # Offense count: 1
32+ # Offense count: 5
6033# This cop supports unsafe autocorrection (--autocorrect-all).
6134# Configuration parameters: EnforcedStyle.
6235# SupportedStyles: always, always_true, never
6336Style/FrozenStringLiteralComment :
6437 Exclude :
38+ - ' **/*.arb'
39+ - ' tasks/events.rake'
6540 - ' tasks/lib/docs/downloader.rb'
41+ - ' tasks/methods.rake'
42+ - ' tasks/update.rake'
43+ - ' tasks/validate.rake'
0 commit comments