Skip to content

Commit ffb1f58

Browse files
committed
Split method and events downloaders.
1 parent c5ea04a commit ffb1f58

File tree

56 files changed

+292
-617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+292
-617
lines changed

.rubocop_todo.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2025-09-06 21:48:03 UTC using RuboCop version 1.80.2.
3+
# on 2025-09-06 22:02:31 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
@@ -19,15 +19,18 @@ Metrics/MethodLength:
1919
# Offense count: 3
2020
Security/Open:
2121
Exclude:
22-
- 'tasks/lib/docs/downloader.rb'
22+
- 'tasks/lib/docs/events_downloader.rb'
23+
- 'tasks/lib/docs/methods_downloader.rb'
2324

24-
# Offense count: 1
25+
# Offense count: 3
2526
# Configuration parameters: AllowedConstants.
2627
Style/Documentation:
2728
Exclude:
2829
- 'spec/**/*'
2930
- 'test/**/*'
3031
- 'tasks/lib/docs/downloader.rb'
32+
- 'tasks/lib/docs/events_downloader.rb'
33+
- 'tasks/lib/docs/methods_downloader.rb'
3134

3235
# Offense count: 5
3336
# This cop supports unsafe autocorrection (--autocorrect-all).

0 commit comments

Comments
 (0)