Skip to content

Commit

Permalink
Fixed some rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
brand-it committed Apr 12, 2024
1 parent f9bbea2 commit b6bab40
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,40 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1000`
# on 2022-07-06 20:07:25 UTC using RuboCop version 1.31.1.
# on 2024-04-12 20:21:30 UTC using RuboCop version 1.63.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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 4
# Configuration parameters: AutoCorrect.
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: leading, trailing
Layout/LineContinuationLeadingSpace:
Exclude:
- 'app/clients/the_movie_db/base.rb'
- 'spec/listeners/the_movie_db/tv_listener_spec.rb'

# Offense count: 1
# Configuration parameters: IgnoredMethods, Max.
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
Metrics/AbcSize:
Exclude:
- 'app/workers/scan_plex_worker.rb'

# Offense count: 1
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
Metrics/CyclomaticComplexity:
Exclude:
- 'app/controllers/start_controller.rb'

# Offense count: 3
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Exclude:
- 'app/workers/scan_plex_worker.rb'

# Offense count: 1
# Configuration parameters: IgnoredMethods, Max.
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
Metrics/PerceivedComplexity:
Exclude:
- 'app/controllers/start_controller.rb'
Expand Down

0 comments on commit b6bab40

Please sign in to comment.