Skip to content

Commit

Permalink
Update RuboCop TODO configuration with new timestamp and increase lin…
Browse files Browse the repository at this point in the history
…e length limit to 174
  • Loading branch information
addersuk committed Oct 21, 2024
1 parent 95eb602 commit 058953d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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`
# on 2024-10-18 15:57:43 UTC using RuboCop version 1.66.1.
# on 2024-10-21 10:03:50 UTC using RuboCop version 1.66.1.
# 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 @@ -27,4 +27,4 @@ RSpec/VerifiedDoubles:
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 173
Max: 174

0 comments on commit 058953d

Please sign in to comment.