Skip to content

Commit

Permalink
Regenerate Rubocop todo with current Rubocop version
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw committed Oct 12, 2024
1 parent 66844d5 commit fd4ab96
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 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 2019-12-12 22:16:26 +0900 using RuboCop version 0.77.0.
# on 2024-10-12 15:50:39 UTC using RuboCop version 1.28.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 @@ -21,6 +21,7 @@ Lint/DuplicateMethods:
- 'fixtures/class.rb'

# Offense count: 8
# This cop supports safe auto-correction (--auto-correct).
Lint/EnsureReturn:
Exclude:
- 'language/fixtures/ensure.rb'
Expand Down Expand Up @@ -50,8 +51,8 @@ Lint/IneffectiveAccessModifier:
- 'core/module/fixtures/classes.rb'
- 'language/fixtures/private.rb'

# Offense count: 72
# Cop supports --auto-correct.
# Offense count: 71
# This cop supports safe auto-correction (--auto-correct).
Lint/LiteralInInterpolation:
Exclude:
- 'core/module/refine_spec.rb'
Expand All @@ -65,32 +66,31 @@ Lint/LiteralInInterpolation:
- 'language/undef_spec.rb'

# Offense count: 8
# Cop supports --auto-correct.
# This cop supports safe auto-correction (--auto-correct).
Lint/MultipleComparison:
Exclude:
- 'language/precedence_spec.rb'

# Offense count: 9
# This cop supports safe auto-correction (--auto-correct).
Lint/ParenthesesAsGroupedExpression:
Exclude:
- 'core/string/fixtures/freeze_magic_comment.rb'
- 'language/block_spec.rb'
- 'language/fixtures/send.rb'
- 'language/method_spec.rb'

# Offense count: 2
# Cop supports --auto-correct.
# This cop supports safe auto-correction (--auto-correct).
Lint/RedundantStringCoercion:
Exclude:
- 'core/io/print_spec.rb'

# Offense count: 1
# Cop supports --auto-correct.
# This cop supports safe auto-correction (--auto-correct).
Lint/RedundantWithIndex:
Exclude:
- 'core/enumerator/with_index_spec.rb'

# Offense count: 22
# Offense count: 25
Lint/RescueException:
Exclude:
- 'command_line/fixtures/debug_info.rb'
Expand All @@ -113,8 +113,8 @@ Lint/ShadowedArgument:
Exclude:
- 'language/fixtures/super.rb'

# Offense count: 39
# Configuration parameters: AllowComments.
# Offense count: 45
# Configuration parameters: AllowComments, AllowNil.
Lint/SuppressedException:
Enabled: false

Expand All @@ -127,6 +127,7 @@ Lint/UnderscorePrefixedVariableName:
- 'language/block_spec.rb'

# Offense count: 7
# This cop supports safe auto-correction (--auto-correct).
# Configuration parameters: ContextCreatingMethods, MethodCreatingMethods.
Lint/UselessAccessModifier:
Exclude:
Expand Down

0 comments on commit fd4ab96

Please sign in to comment.