Skip to content

Commit f034fca

Browse files
committed
Regenerate rubocop-todo based on latest updates from rubocop
1 parent e97de7a commit f034fca

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

.rubocop_todo.yml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2025-01-31 00:59:22 UTC using RuboCop version 1.71.0.
3+
# on 2025-04-21 14:04:56 UTC using RuboCop version 1.75.2.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -135,6 +135,11 @@ Lint/DuplicateBranch:
135135
- 'lib/pry/exceptions.rb'
136136
- 'lib/pry/repl.rb'
137137

138+
# Offense count: 1
139+
Lint/DuplicateMethods:
140+
Exclude:
141+
- 'spec/method_spec.rb'
142+
138143
# Offense count: 2
139144
# This cop supports unsafe autocorrection (--autocorrect-all).
140145
Lint/DuplicateRequire:
@@ -228,6 +233,11 @@ Lint/SymbolConversion:
228233
Exclude:
229234
- 'spec/completion_spec.rb'
230235

236+
# Offense count: 1
237+
Lint/UselessConstantScoping:
238+
Exclude:
239+
- 'lib/pry/repl.rb'
240+
231241
# Offense count: 8
232242
# This cop supports unsafe autocorrection (--autocorrect-all).
233243
# Configuration parameters: AutoCorrect.
@@ -339,6 +349,12 @@ Style/CommentAnnotation:
339349
- 'lib/pry/pry_instance.rb'
340350
- 'spec/commands/show_source_spec.rb'
341351

352+
# Offense count: 1
353+
# This cop supports safe autocorrection (--autocorrect).
354+
Style/ComparableBetween:
355+
Exclude:
356+
- 'lib/pry/code.rb'
357+
342358
# Offense count: 24
343359
Style/DocumentDynamicEvalDefinition:
344360
Exclude:
@@ -399,7 +415,7 @@ Style/FileWrite:
399415

400416
# Offense count: 5
401417
# This cop supports safe autocorrection (--autocorrect).
402-
# Configuration parameters: EnforcedStyle, MaxUnannotatedPlaceholdersAllowed, AllowedMethods, AllowedPatterns.
418+
# Configuration parameters: EnforcedStyle, MaxUnannotatedPlaceholdersAllowed, Mode, AllowedMethods, AllowedPatterns.
403419
# SupportedStyles: annotated, template, unannotated
404420
Style/FormatStringToken:
405421
Exclude:
@@ -555,11 +571,12 @@ Style/RedundantLineContinuation:
555571
Exclude:
556572
- 'lib/pry/commands/ls/globals.rb'
557573

558-
# Offense count: 4
574+
# Offense count: 5
559575
# This cop supports safe autocorrection (--autocorrect).
560576
Style/RedundantParentheses:
561577
Exclude:
562578
- 'lib/pry/command_set.rb'
579+
- 'lib/pry/config.rb'
563580
- 'lib/pry/indent.rb'
564581
- 'lib/pry/pry_class.rb'
565582

0 commit comments

Comments
 (0)