Skip to content

Commit cbfd1aa

Browse files
committed
Rubocop: Update TODOs
1 parent e8d400e commit cbfd1aa

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.rubocop_todo.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2023-11-12 06:49:51 UTC using RuboCop version 1.57.2.
3+
# on 2024-02-03 22:50:47 UTC using RuboCop version 1.60.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
77
# versions of RuboCop, may require this file to be generated again.
88

99
# Offense count: 4
10-
# Configuration parameters: AllowComments, AllowEmptyLambdas.
11-
Lint/EmptyBlock:
10+
# This cop supports safe autocorrection (--autocorrect).
11+
# Configuration parameters: EnforcedStyle.
12+
# SupportedTypes: block, case, class, if, kwbegin, module
13+
# SupportedStyles: same_line, new_line
14+
Layout/MultilineAssignmentLayout:
1215
Exclude:
1316
- 'example/benchmark_insert.rb'
1417
- 'example/benchmark_select.rb'
18+
- 'test/helper.rb'
19+
- 'test/test_ilios.rb'
1520

1621
# Offense count: 8
1722
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
@@ -29,7 +34,7 @@ Style/AsciiComments:
2934
- 'example/benchmark_insert.rb'
3035
- 'example/benchmark_select.rb'
3136

32-
# Offense count: 7
37+
# Offense count: 10
3338
# Configuration parameters: AllowedConstants.
3439
Style/Documentation:
3540
Exclude:
@@ -38,9 +43,8 @@ Style/Documentation:
3843
- 'example/benchmark_insert.rb'
3944
- 'example/benchmark_select.rb'
4045
- 'ext/ilios/extconf.rb'
41-
- 'lib/ilios.rb'
4246

43-
# Offense count: 14
47+
# Offense count: 24
4448
# Configuration parameters: RequireForNonPublicMethods.
4549
Style/DocumentationMethod:
4650
Exclude:

0 commit comments

Comments
 (0)