|
1 | 1 | # This configuration was generated by |
2 | 2 | # `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. |
4 | 4 | # The point is for the user to remove these configuration records |
5 | 5 | # one by one as the offenses are removed from the code base. |
6 | 6 | # Note that changes in the inspected code, or installation of new |
@@ -135,6 +135,11 @@ Lint/DuplicateBranch: |
135 | 135 | - 'lib/pry/exceptions.rb' |
136 | 136 | - 'lib/pry/repl.rb' |
137 | 137 |
|
| 138 | +# Offense count: 1 |
| 139 | +Lint/DuplicateMethods: |
| 140 | + Exclude: |
| 141 | + - 'spec/method_spec.rb' |
| 142 | + |
138 | 143 | # Offense count: 2 |
139 | 144 | # This cop supports unsafe autocorrection (--autocorrect-all). |
140 | 145 | Lint/DuplicateRequire: |
@@ -228,6 +233,11 @@ Lint/SymbolConversion: |
228 | 233 | Exclude: |
229 | 234 | - 'spec/completion_spec.rb' |
230 | 235 |
|
| 236 | +# Offense count: 1 |
| 237 | +Lint/UselessConstantScoping: |
| 238 | + Exclude: |
| 239 | + - 'lib/pry/repl.rb' |
| 240 | + |
231 | 241 | # Offense count: 8 |
232 | 242 | # This cop supports unsafe autocorrection (--autocorrect-all). |
233 | 243 | # Configuration parameters: AutoCorrect. |
@@ -339,6 +349,12 @@ Style/CommentAnnotation: |
339 | 349 | - 'lib/pry/pry_instance.rb' |
340 | 350 | - 'spec/commands/show_source_spec.rb' |
341 | 351 |
|
| 352 | +# Offense count: 1 |
| 353 | +# This cop supports safe autocorrection (--autocorrect). |
| 354 | +Style/ComparableBetween: |
| 355 | + Exclude: |
| 356 | + - 'lib/pry/code.rb' |
| 357 | + |
342 | 358 | # Offense count: 24 |
343 | 359 | Style/DocumentDynamicEvalDefinition: |
344 | 360 | Exclude: |
@@ -399,7 +415,7 @@ Style/FileWrite: |
399 | 415 |
|
400 | 416 | # Offense count: 5 |
401 | 417 | # This cop supports safe autocorrection (--autocorrect). |
402 | | -# Configuration parameters: EnforcedStyle, MaxUnannotatedPlaceholdersAllowed, AllowedMethods, AllowedPatterns. |
| 418 | +# Configuration parameters: EnforcedStyle, MaxUnannotatedPlaceholdersAllowed, Mode, AllowedMethods, AllowedPatterns. |
403 | 419 | # SupportedStyles: annotated, template, unannotated |
404 | 420 | Style/FormatStringToken: |
405 | 421 | Exclude: |
@@ -555,11 +571,12 @@ Style/RedundantLineContinuation: |
555 | 571 | Exclude: |
556 | 572 | - 'lib/pry/commands/ls/globals.rb' |
557 | 573 |
|
558 | | -# Offense count: 4 |
| 574 | +# Offense count: 5 |
559 | 575 | # This cop supports safe autocorrection (--autocorrect). |
560 | 576 | Style/RedundantParentheses: |
561 | 577 | Exclude: |
562 | 578 | - 'lib/pry/command_set.rb' |
| 579 | + - 'lib/pry/config.rb' |
563 | 580 | - 'lib/pry/indent.rb' |
564 | 581 | - 'lib/pry/pry_class.rb' |
565 | 582 |
|
|
0 commit comments