1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2023 -02-16 15:23:43 UTC using RuboCop version 1.45 .1.
3
+ # on 2024 -02-01 15:09:00 UTC using RuboCop version 1.48 .1.
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
@@ -35,16 +35,17 @@ Lint/RedundantSafeNavigation:
35
35
Exclude :
36
36
- ' lib/hyperclient/link.rb'
37
37
38
- # Offense count: 2
38
+ # Offense count: 3
39
39
# This cop supports unsafe autocorrection (--autocorrect-all).
40
40
# Configuration parameters: EnforcedStyle.
41
41
# SupportedStyles: nested, compact
42
42
Style/ClassAndModuleChildren :
43
43
Exclude :
44
44
- ' features/steps/api_navigation.rb'
45
45
- ' features/steps/default_config.rb'
46
+ - ' features/support/env.rb'
46
47
47
- # Offense count: 4
48
+ # Offense count: 5
48
49
# Configuration parameters: AllowedConstants.
49
50
Style/Documentation :
50
51
Exclude :
@@ -53,4 +54,5 @@ Style/Documentation:
53
54
- ' features/steps/api_navigation.rb'
54
55
- ' features/steps/default_config.rb'
55
56
- ' features/support/api.rb'
57
+ - ' features/support/env.rb'
56
58
- ' features/support/fixtures.rb'
0 commit comments