11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2024-03-19 16:06:55 UTC using RuboCop version 1.62.1.
3+ # on 2024-08-31 12:33:26 UTC using RuboCop version 1.62.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
@@ -14,59 +14,49 @@ Lint/EmptyBlock:
1414
1515# Offense count: 1
1616# This cop supports unsafe autocorrection (--autocorrect-all).
17+ # Configuration parameters: AutoCorrect.
1718RSpec/EmptyExampleGroup :
1819 Exclude :
1920 - ' spec/helpers/welcome_helper_spec.rb'
2021
2122# Offense count: 4
2223# Configuration parameters: CountAsOne.
2324RSpec/ExampleLength :
24- Max : 13
25+ Max : 22
2526
2627# Offense count: 5
27- # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
28- # Include: **/*_spec*rb*, **/spec/**/*
29- RSpec/FilePath :
28+ RSpec/MultipleExpectations :
29+ Max : 2
30+
31+ # Offense count: 2
32+ RSpec/RepeatedExample :
33+ Exclude :
34+ - ' spec/api/headers_spec.rb'
35+
36+ # Offense count: 5
37+ # Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
38+ # Include: **/*_spec.rb
39+ RSpec/SpecFilePathFormat :
3040 Exclude :
3141 - ' spec/api/headers_spec.rb'
3242 - ' spec/api/ping_spec.rb'
3343 - ' spec/api/post_spec.rb'
3444 - ' spec/api/protected_spec.rb'
3545 - ' spec/api/raise_spec.rb'
3646
37- # Offense count: 4
38- RSpec/MultipleExpectations :
39- Max : 2
40-
4147# Offense count: 4
4248# This cop supports unsafe autocorrection (--autocorrect-all).
4349# Configuration parameters: ResponseMethods.
4450# ResponseMethods: response, last_response
45- RSpec/Rails /HaveHttpStatus :
51+ RSpecRails /HaveHttpStatus :
4652 Exclude :
4753 - ' spec/api/post_spec.rb'
4854 - ' spec/api/protected_spec.rb'
4955
5056# Offense count: 2
5157# This cop supports unsafe autocorrection (--autocorrect-all).
5258# Configuration parameters: Inferences.
53- RSpec/Rails /InferredSpecType :
59+ RSpecRails /InferredSpecType :
5460 Exclude :
5561 - ' spec/features/homepage_spec.rb'
5662 - ' spec/features/swagger_spec.rb'
57-
58- # Offense count: 2
59- RSpec/RepeatedExample :
60- Exclude :
61- - ' spec/api/headers_spec.rb'
62-
63- # Offense count: 5
64- # Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
65- # Include: **/*_spec.rb
66- RSpec/SpecFilePathFormat :
67- Exclude :
68- - ' spec/api/headers_spec.rb'
69- - ' spec/api/ping_spec.rb'
70- - ' spec/api/post_spec.rb'
71- - ' spec/api/protected_spec.rb'
72- - ' spec/api/raise_spec.rb'
0 commit comments