Skip to content

Commit 16b09dc

Browse files
authored
Update RuboCop TODO file (#153)
1 parent 8ba815d commit 16b09dc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.rubocop_todo.yml

+6-3
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 2023-02-09 12:00:54 UTC using RuboCop version 1.45.1.
3+
# on 2024-02-06 10:24:39 UTC using RuboCop version 1.57.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
@@ -28,7 +28,7 @@ Layout/EmptyLineAfterMagicComment:
2828

2929
# Offense count: 1
3030
# This cop supports safe autocorrection (--autocorrect).
31-
# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
31+
# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, DefLikeMacros, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
3232
Layout/EmptyLineBetweenDefs:
3333
Exclude:
3434
- 'lib/tetra/project_initer.rb'
@@ -93,6 +93,7 @@ Lint/InheritException:
9393
- 'lib/tetra/facades/process_runner.rb'
9494

9595
# Offense count: 2
96+
# Configuration parameters: AllowedParentClasses.
9697
Lint/MissingSuper:
9798
Exclude:
9899
- 'lib/tetra/facades/process_runner.rb'
@@ -138,11 +139,13 @@ Style/AccessorGrouping:
138139

139140
# Offense count: 1
140141
# This cop supports unsafe autocorrection (--autocorrect-all).
142+
# Configuration parameters: MinBranchesCount.
141143
Style/CaseLikeIf:
142144
Exclude:
143145
- 'lib/tetra/ui/get_pom_subcommand.rb'
144146

145147
# Offense count: 1
148+
# This cop supports unsafe autocorrection (--autocorrect-all).
146149
Style/CombinableLoops:
147150
Exclude:
148151
- 'spec/lib/fine/package_spec.rb'
@@ -287,7 +290,7 @@ Style/RedundantRegexpEscape:
287290
Exclude:
288291
- 'lib/tetra/version_matcher.rb'
289292

290-
# Offense count: 2
293+
# Offense count: 3
291294
# This cop supports safe autocorrection (--autocorrect).
292295
# Configuration parameters: AllowMultipleReturnValues.
293296
Style/RedundantReturn:

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
To develop tetra, you will need:
66

77
* to install Bundler and Ruby development headers. On SUSE distros, use
8-
`sudo zypper install ruby2.5-rubygem-bundler ruby-devel`;
8+
`sudo zypper install ruby2.7-rubygem-bundler ruby-devel`;
99
* to get development dependencies: `bundle install`;
1010

1111
To install a development version of tetra use:

0 commit comments

Comments
 (0)