Skip to content

Commit

Permalink
Made ranged episodes be identified by the scanner & ripped titles (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
brand-it authored Nov 8, 2024
1 parent a0de29d commit 3003b55
Show file tree
Hide file tree
Showing 14 changed files with 3,420 additions and 697 deletions.
21 changes: 14 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 1000`
# on 2024-10-31 17:43:13 UTC using RuboCop version 1.67.0.
# on 2024-11-08 20:15:10 UTC using RuboCop version 1.68.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand All @@ -18,15 +18,15 @@ Lint/UnreachableCode:
Exclude:
- 'lib/tasks/upload.rake'

# Offense count: 23
# Offense count: 24
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 69
Max: 72

# Offense count: 5
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Max: 214
Max: 222

# Offense count: 5
# Configuration parameters: AllowedMethods, AllowedPatterns.
Expand All @@ -36,7 +36,7 @@ Metrics/CyclomaticComplexity:
# Offense count: 21
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 37
Max: 38

# Offense count: 1
# Configuration parameters: CountComments, CountAsOne.
Expand All @@ -46,7 +46,7 @@ Metrics/ModuleLength:
# Offense count: 1
# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
Max: 13
Max: 14

# Offense count: 4
# Configuration parameters: AllowedMethods, AllowedPatterns.
Expand Down Expand Up @@ -101,7 +101,14 @@ Rails/I18nLocaleTexts:
- 'app/controllers/users_controller.rb'
- 'app/models/config/slack.rb'

# Offense count: 20
# Offense count: 5
# Configuration parameters: Max.
Style/SafeNavigationChainLength:
Exclude:
- 'app/controllers/start_controller.rb'
- 'app/services/key_parser_service.rb'

# Offense count: 21
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Expand Down
Loading

0 comments on commit 3003b55

Please sign in to comment.