1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2024-09-09 22:35:29 UTC using RuboCop version 1.66.1 .
3
+ # on 2025-05-28 16:52:10 UTC using RuboCop version 1.75.8 .
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
- # Offense count: 1
10
- # Configuration parameters: Severity, Include.
11
- # Include: **/*.gemspec
12
- Gemspec/RequiredRubyVersion :
13
- Exclude :
14
- - ' grape-swagger-entity.gemspec'
15
-
16
9
# Offense count: 3
17
10
# Configuration parameters: AllowedMethods.
18
11
# AllowedMethods: enums
@@ -64,7 +57,7 @@ Metrics/PerceivedComplexity:
64
57
# Offense count: 5
65
58
# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
66
59
# SupportedStyles: snake_case, normalcase, non_integer
67
- # AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
60
+ # AllowedIdentifiers: TLS1_1, TLS1_2, capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
68
61
Naming/VariableNumber :
69
62
Exclude :
70
63
- ' spec/grape-swagger/entities/response_model_spec.rb'
@@ -102,7 +95,7 @@ RSpec/DescribeClass:
102
95
RSpec/ExampleLength :
103
96
Max : 187
104
97
105
- # Offense count: 24
98
+ # Offense count: 26
106
99
RSpec/LeakyConstantDeclaration :
107
100
Exclude :
108
101
- ' spec/grape-swagger/entities/response_model_spec.rb'
@@ -118,14 +111,14 @@ RSpec/MultipleDescribes:
118
111
RSpec/MultipleExpectations :
119
112
Max : 11
120
113
121
- # Offense count: 20
114
+ # Offense count: 21
122
115
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
123
116
# SupportedStyles: always, named_only
124
117
RSpec/NamedSubject :
125
118
Exclude :
126
119
- ' spec/grape-swagger/entities/response_model_spec.rb'
127
120
128
- # Offense count: 39
121
+ # Offense count: 46
129
122
# Configuration parameters: AllowedGroups.
130
123
RSpec/NestedGroups :
131
124
Max : 5
0 commit comments