11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2025-02-23 19:41:28 UTC using RuboCop version 1.71 .2.
3+ # on 2025-06-18 20:27:19 UTC using RuboCop version 1.76 .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
@@ -15,7 +15,7 @@ Metrics/MethodLength:
1515# Offense count: 18
1616# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
1717# SupportedStyles: snake_case, normalcase, non_integer
18- # AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
18+ # AllowedIdentifiers: TLS1_1, TLS1_2, capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
1919Naming/VariableNumber :
2020 Exclude :
2121 - ' spec/grape/dsl/settings_spec.rb'
@@ -39,7 +39,7 @@ RSpec/ExampleWording:
3939 - ' spec/grape/integration/global_namespace_function_spec.rb'
4040 - ' spec/grape/validations_spec.rb'
4141
42- # Offense count: 7
42+ # Offense count: 6
4343# This cop supports safe autocorrection (--autocorrect).
4444RSpec/ExpectActual :
4545 Exclude :
@@ -60,7 +60,7 @@ RSpec/IndexedLet:
6060 - ' spec/grape/presenters/presenter_spec.rb'
6161 - ' spec/shared/versioning_examples.rb'
6262
63- # Offense count: 39
63+ # Offense count: 40
6464# Configuration parameters: AssignmentOnly.
6565RSpec/InstanceVariable :
6666 Exclude :
@@ -75,7 +75,7 @@ RSpec/MessageChain:
7575 Exclude :
7676 - ' spec/grape/middleware/formatter_spec.rb'
7777
78- # Offense count: 12
78+ # Offense count: 10
7979RSpec/MissingExampleGroupArgument :
8080 Exclude :
8181 - ' spec/grape/middleware/exception_spec.rb'
@@ -149,12 +149,11 @@ Style/CombinableLoops:
149149 Exclude :
150150 - ' spec/grape/endpoint_spec.rb'
151151
152- # Offense count: 12
152+ # Offense count: 11
153153# Configuration parameters: AllowedMethods.
154154# AllowedMethods: respond_to_missing?
155155Style/OptionalBooleanParameter :
156156 Exclude :
157- - ' lib/grape/api.rb'
158157 - ' lib/grape/dsl/inside_route.rb'
159158 - ' lib/grape/dsl/parameters.rb'
160159 - ' lib/grape/endpoint.rb'
0 commit comments