Skip to content

Commit

Permalink
Ubdate RuboCop TODO file for version 1.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Feb 6, 2024
1 parent 2b510b5 commit 1ca608b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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 2023-02-09 12:00:54 UTC using RuboCop version 1.45.1.
# on 2024-02-06 10:24:39 UTC using RuboCop version 1.57.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 Down Expand Up @@ -28,7 +28,7 @@ Layout/EmptyLineAfterMagicComment:

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, DefLikeMacros, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
Layout/EmptyLineBetweenDefs:
Exclude:
- 'lib/tetra/project_initer.rb'
Expand Down Expand Up @@ -93,6 +93,7 @@ Lint/InheritException:
- 'lib/tetra/facades/process_runner.rb'

# Offense count: 2
# Configuration parameters: AllowedParentClasses.
Lint/MissingSuper:
Exclude:
- 'lib/tetra/facades/process_runner.rb'
Expand Down Expand Up @@ -138,11 +139,13 @@ Style/AccessorGrouping:

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: MinBranchesCount.
Style/CaseLikeIf:
Exclude:
- 'lib/tetra/ui/get_pom_subcommand.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/CombinableLoops:
Exclude:
- 'spec/lib/fine/package_spec.rb'
Expand Down Expand Up @@ -287,7 +290,7 @@ Style/RedundantRegexpEscape:
Exclude:
- 'lib/tetra/version_matcher.rb'

# Offense count: 2
# Offense count: 3
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn:
Expand Down

0 comments on commit 1ca608b

Please sign in to comment.