11# This configuration was generated by
22# `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.
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
@@ -35,16 +35,17 @@ Lint/RedundantSafeNavigation:
3535 Exclude :
3636 - ' lib/hyperclient/link.rb'
3737
38- # Offense count: 2
38+ # Offense count: 3
3939# This cop supports unsafe autocorrection (--autocorrect-all).
4040# Configuration parameters: EnforcedStyle.
4141# SupportedStyles: nested, compact
4242Style/ClassAndModuleChildren :
4343 Exclude :
4444 - ' features/steps/api_navigation.rb'
4545 - ' features/steps/default_config.rb'
46+ - ' features/support/env.rb'
4647
47- # Offense count: 4
48+ # Offense count: 5
4849# Configuration parameters: AllowedConstants.
4950Style/Documentation :
5051 Exclude :
@@ -53,4 +54,5 @@ Style/Documentation:
5354 - ' features/steps/api_navigation.rb'
5455 - ' features/steps/default_config.rb'
5556 - ' features/support/api.rb'
57+ - ' features/support/env.rb'
5658 - ' features/support/fixtures.rb'
0 commit comments