|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2023-03-19 01:49:28 UTC using RuboCop version 1.36.0. |
| 3 | +# on 2025-09-06 23:06:24 UTC using RuboCop version 1.80.2. |
4 | 4 | # The point is for the user to remove these configuration records |
5 | 5 | # one by one as the offenses are removed from the code base. |
6 | 6 | # Note that changes in the inspected code, or installation of new |
7 | 7 | # versions of RuboCop, may require this file to be generated again. |
8 | 8 |
|
9 | | -# Offense count: 7 |
10 | | -# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. |
| 9 | +# Offense count: 3 |
| 10 | +# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. |
11 | 11 | Metrics/AbcSize: |
12 | | - Max: 41 |
| 12 | + Max: 49 |
13 | 13 |
|
14 | | -# Offense count: 2 |
15 | | -# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. |
| 14 | +# Offense count: 1 |
| 15 | +# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. |
16 | 16 | # AllowedMethods: refine |
17 | 17 | Metrics/BlockLength: |
18 | | - Max: 80 |
| 18 | + Max: 27 |
19 | 19 |
|
20 | 20 | # Offense count: 1 |
21 | 21 | # Configuration parameters: CountComments, CountAsOne. |
22 | 22 | Metrics/ClassLength: |
23 | | - Max: 153 |
| 23 | + Max: 115 |
24 | 24 |
|
25 | 25 | # Offense count: 2 |
26 | | -# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. |
| 26 | +# Configuration parameters: AllowedMethods, AllowedPatterns. |
27 | 27 | Metrics/CyclomaticComplexity: |
28 | | - Max: 11 |
| 28 | + Max: 20 |
29 | 29 |
|
30 | | -# Offense count: 9 |
31 | | -# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. |
| 30 | +# Offense count: 5 |
| 31 | +# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. |
32 | 32 | Metrics/MethodLength: |
33 | | - Max: 33 |
| 33 | + Max: 32 |
34 | 34 |
|
35 | 35 | # Offense count: 1 |
36 | | -# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. |
| 36 | +# Configuration parameters: AllowedMethods, AllowedPatterns. |
37 | 37 | Metrics/PerceivedComplexity: |
38 | | - Max: 10 |
| 38 | + Max: 19 |
| 39 | + |
| 40 | +# Offense count: 1 |
| 41 | +# This cop supports safe autocorrection (--autocorrect). |
| 42 | +Rake/Desc: |
| 43 | + Exclude: |
| 44 | + - 'tasks/update.rake' |
| 45 | + |
| 46 | +# Offense count: 3 |
| 47 | +Security/Open: |
| 48 | + Exclude: |
| 49 | + - 'tasks/lib/docs/events_downloader.rb' |
| 50 | + - 'tasks/lib/docs/methods_downloader.rb' |
| 51 | + |
| 52 | +# Offense count: 4 |
| 53 | +# Configuration parameters: AllowedConstants. |
| 54 | +Style/Documentation: |
| 55 | + Exclude: |
| 56 | + - 'spec/**/*' |
| 57 | + - 'test/**/*' |
| 58 | + - 'tasks/lib/docs/downloader.rb' |
| 59 | + - 'tasks/lib/docs/events_downloader.rb' |
| 60 | + - 'tasks/lib/docs/methods_downloader.rb' |
| 61 | + - 'tasks/lib/slack_api/methods_generator.rb' |
| 62 | + |
| 63 | +# Offense count: 6 |
| 64 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 65 | +# Configuration parameters: EnforcedStyle. |
| 66 | +# SupportedStyles: always, always_true, never |
| 67 | +Style/FrozenStringLiteralComment: |
| 68 | + Exclude: |
| 69 | + - '**/*.arb' |
| 70 | + - 'tasks/events.rake' |
| 71 | + - 'tasks/lib/docs/downloader.rb' |
| 72 | + - 'tasks/lib/slack_api/methods_generator.rb' |
| 73 | + - 'tasks/methods.rake' |
| 74 | + - 'tasks/update.rake' |
| 75 | + - 'tasks/validate.rake' |
0 commit comments