1
1
# This configuration was generated by
2
2
# `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.
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
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
9
# 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 :
12
15
Exclude :
13
16
- ' example/benchmark_insert.rb'
14
17
- ' example/benchmark_select.rb'
18
+ - ' test/helper.rb'
19
+ - ' test/test_ilios.rb'
15
20
16
21
# Offense count: 8
17
22
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
@@ -29,7 +34,7 @@ Style/AsciiComments:
29
34
- ' example/benchmark_insert.rb'
30
35
- ' example/benchmark_select.rb'
31
36
32
- # Offense count: 7
37
+ # Offense count: 10
33
38
# Configuration parameters: AllowedConstants.
34
39
Style/Documentation :
35
40
Exclude :
@@ -38,9 +43,8 @@ Style/Documentation:
38
43
- ' example/benchmark_insert.rb'
39
44
- ' example/benchmark_select.rb'
40
45
- ' ext/ilios/extconf.rb'
41
- - ' lib/ilios.rb'
42
46
43
- # Offense count: 14
47
+ # Offense count: 24
44
48
# Configuration parameters: RequireForNonPublicMethods.
45
49
Style/DocumentationMethod :
46
50
Exclude :
0 commit comments