Skip to content

Commit

Permalink
Add rubocop todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dngst committed Feb 12, 2024
1 parent cb75fce commit 705cb28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 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 10000`
# on 2023-11-20 17:11:52 UTC using RuboCop version 1.56.4.
# `rubocop --auto-gen-config`
# on 2024-02-12 18:44:17 UTC using RuboCop version 1.60.2.
# 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,10 +18,10 @@ Lint/UselessMethodDefinition:
Exclude:
- 'spec/controllers/application_controller_spec.rb'

# Offense count: 16
# Offense count: 15
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 58
Max: 56

# Offense count: 1
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
Expand All @@ -34,7 +34,7 @@ Metrics/BlockLength:
Metrics/ClassLength:
Max: 101

# Offense count: 17
# Offense count: 14
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 27
Expand Down Expand Up @@ -78,9 +78,9 @@ Style/IfUnlessModifier:
Exclude:
- 'app/controllers/comments_controller.rb'

# Offense count: 5
# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 190
Max: 203

0 comments on commit 705cb28

Please sign in to comment.