11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2015-08-06 12:31:48 -0400 using RuboCop version 0.33.0 .
3+ # on 2025-09-10 16:24:35 UTC using RuboCop version 1.80.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
77# versions of RuboCop, may require this file to be generated again.
88
99# Offense count: 1
10- Metrics/AbcSize :
11- Max : 19
10+ # This cop supports unsafe autocorrection (--autocorrect-all).
11+ Lint/NonDeterministicRequireOrder :
12+ Exclude :
13+ - ' config/application.rb'
1214
13- # Offense count: 18
14- # Configuration parameters: AllowURI, URISchemes .
15- Metrics/LineLength :
16- Max : 152
15+ # Offense count: 1
16+ # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes .
17+ Metrics/AbcSize :
18+ Max : 18
1719
1820# Offense count: 1
19- # Configuration parameters: CountComments.
21+ # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
22+ # AllowedMethods: refine
23+ Metrics/BlockLength :
24+ Max : 45
25+
26+ # Offense count: 2
27+ # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
2028Metrics/MethodLength :
2129 Max : 15
2230
31+ # Offense count: 3
32+ RSpec/AnyInstance :
33+ Exclude :
34+ - ' spec/api/splines_endpoint_spec.rb'
35+
36+ # Offense count: 5
37+ # Configuration parameters: Prefixes, AllowedPatterns.
38+ # Prefixes: when, with, without
39+ RSpec/ContextWording :
40+ Exclude :
41+ - ' spec/api/cors_spec.rb'
42+ - ' spec/api/splines_endpoint_spec.rb'
43+ - ' spec/api/splines_endpoint_with_hyperclient_spec.rb'
44+
45+ # Offense count: 5
46+ # Configuration parameters: CountAsOne.
47+ RSpec/ExampleLength :
48+ Max : 10
49+
50+ # Offense count: 19
51+ RSpec/MultipleExpectations :
52+ Max : 5
53+
54+ # Offense count: 4
55+ # Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata.
56+ RSpec/SpecFilePathFormat :
57+ Exclude :
58+ - ' **/spec/routing/**/*'
59+ - ' spec/api/cors_spec.rb'
60+ - ' spec/api/root_endpoint_spec.rb'
61+ - ' spec/api/splines_endpoint_spec.rb'
62+ - ' spec/api/splines_endpoint_with_hyperclient_spec.rb'
63+
64+ # Offense count: 1
65+ # This cop supports safe autocorrection (--autocorrect).
66+ Rake/Desc :
67+ Exclude :
68+ - ' Rakefile'
69+
70+ # Offense count: 2
71+ # This cop supports unsafe autocorrection (--autocorrect-all).
72+ Style/CommentedKeyword :
73+ Exclude :
74+ - ' api/splines_endpoint.rb'
75+
2376# Offense count: 9
77+ # Configuration parameters: AllowedConstants.
2478Style/Documentation :
2579 Exclude :
80+ - ' spec/**/*'
81+ - ' test/**/*'
2682 - ' api/extensions/crud_extension.rb'
2783 - ' api/presenters/paginated_presenter.rb'
2884 - ' api/presenters/root_presenter.rb'
@@ -33,7 +89,16 @@ Style/Documentation:
3389 - ' app/models/spline.rb'
3490 - ' app/root_endpoint.rb'
3591
92+ # Offense count: 20
93+ # This cop supports unsafe autocorrection (--autocorrect-all).
94+ # Configuration parameters: EnforcedStyle.
95+ # SupportedStyles: always, always_true, never
96+ Style/FrozenStringLiteralComment :
97+ Enabled : false
98+
3699# Offense count: 1
37- Style/DoubleNegation :
38- Exclude :
39- - ' app/models/spline.rb'
100+ # This cop supports safe autocorrection (--autocorrect).
101+ # Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
102+ # URISchemes: http, https
103+ Layout/LineLength :
104+ Max : 129
0 commit comments