1
1
# This configuration was generated by
2
2
# `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.
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
@@ -14,59 +14,49 @@ Lint/EmptyBlock:
14
14
15
15
# Offense count: 1
16
16
# This cop supports unsafe autocorrection (--autocorrect-all).
17
+ # Configuration parameters: AutoCorrect.
17
18
RSpec/EmptyExampleGroup :
18
19
Exclude :
19
20
- ' spec/helpers/welcome_helper_spec.rb'
20
21
21
22
# Offense count: 4
22
23
# Configuration parameters: CountAsOne.
23
24
RSpec/ExampleLength :
24
- Max : 13
25
+ Max : 22
25
26
26
27
# 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 :
30
40
Exclude :
31
41
- ' spec/api/headers_spec.rb'
32
42
- ' spec/api/ping_spec.rb'
33
43
- ' spec/api/post_spec.rb'
34
44
- ' spec/api/protected_spec.rb'
35
45
- ' spec/api/raise_spec.rb'
36
46
37
- # Offense count: 4
38
- RSpec/MultipleExpectations :
39
- Max : 2
40
-
41
47
# Offense count: 4
42
48
# This cop supports unsafe autocorrection (--autocorrect-all).
43
49
# Configuration parameters: ResponseMethods.
44
50
# ResponseMethods: response, last_response
45
- RSpec/Rails /HaveHttpStatus :
51
+ RSpecRails /HaveHttpStatus :
46
52
Exclude :
47
53
- ' spec/api/post_spec.rb'
48
54
- ' spec/api/protected_spec.rb'
49
55
50
56
# Offense count: 2
51
57
# This cop supports unsafe autocorrection (--autocorrect-all).
52
58
# Configuration parameters: Inferences.
53
- RSpec/Rails /InferredSpecType :
59
+ RSpecRails /InferredSpecType :
54
60
Exclude :
55
61
- ' spec/features/homepage_spec.rb'
56
62
- ' 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