Skip to content

Commit

Permalink
Regenerate rubocop todos
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Nov 6, 2024
1 parent 8fa5b0f commit 1ac6df1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-10-16 11:44:01 -0600 using RuboCop version 0.59.2.
# on 2024-11-06 22:14:40 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
# versions of RuboCop, may require this file to be generated again.

# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 93
# Offense count: 1
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
# AllowedMethods: refine
Metrics/BlockLength:
Max: 29

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Style/IfUnlessModifier:
Exclude:
- 'lib/sluggi/history.rb'

0 comments on commit 1ac6df1

Please sign in to comment.