|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2019-07-06 10:22:55 -0400 using RuboCop version 0.72.0. |
| 3 | +# on 2024-03-19 16:06:55 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
|
7 | 7 | # versions of RuboCop, may require this file to be generated again.
|
8 | 8 |
|
9 |
| -# Offense count: 2 |
10 |
| -# Configuration parameters: CountComments, ExcludedMethods. |
11 |
| -# ExcludedMethods: refine |
12 |
| -Metrics/BlockLength: |
13 |
| - Max: 33 |
| 9 | +# Offense count: 1 |
| 10 | +# Configuration parameters: AllowComments, AllowEmptyLambdas. |
| 11 | +Lint/EmptyBlock: |
| 12 | + Exclude: |
| 13 | + - 'spec/helpers/welcome_helper_spec.rb' |
14 | 14 |
|
15 | 15 | # Offense count: 1
|
16 |
| -# Cop supports --auto-correct. |
17 |
| -# Configuration parameters: EnforcedStyle, AllowInnerSlashes. |
18 |
| -# SupportedStyles: slashes, percent_r, mixed |
19 |
| -Style/RegexpLiteral: |
| 16 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 17 | +RSpec/EmptyExampleGroup: |
| 18 | + Exclude: |
| 19 | + - 'spec/helpers/welcome_helper_spec.rb' |
| 20 | + |
| 21 | +# Offense count: 4 |
| 22 | +# Configuration parameters: CountAsOne. |
| 23 | +RSpec/ExampleLength: |
| 24 | + Max: 13 |
| 25 | + |
| 26 | +# Offense count: 5 |
| 27 | +# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. |
| 28 | +# Include: **/*_spec*rb*, **/spec/**/* |
| 29 | +RSpec/FilePath: |
| 30 | + Exclude: |
| 31 | + - 'spec/api/headers_spec.rb' |
| 32 | + - 'spec/api/ping_spec.rb' |
| 33 | + - 'spec/api/post_spec.rb' |
| 34 | + - 'spec/api/protected_spec.rb' |
| 35 | + - 'spec/api/raise_spec.rb' |
| 36 | + |
| 37 | +# Offense count: 4 |
| 38 | +RSpec/MultipleExpectations: |
| 39 | + Max: 2 |
| 40 | + |
| 41 | +# Offense count: 4 |
| 42 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 43 | +# Configuration parameters: ResponseMethods. |
| 44 | +# ResponseMethods: response, last_response |
| 45 | +RSpec/Rails/HaveHttpStatus: |
| 46 | + Exclude: |
| 47 | + - 'spec/api/post_spec.rb' |
| 48 | + - 'spec/api/protected_spec.rb' |
| 49 | + |
| 50 | +# Offense count: 2 |
| 51 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 52 | +# Configuration parameters: Inferences. |
| 53 | +RSpec/Rails/InferredSpecType: |
| 54 | + Exclude: |
| 55 | + - 'spec/features/homepage_spec.rb' |
| 56 | + - '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: |
20 | 67 | Exclude:
|
21 |
| - - 'spec/spec_helper.rb' |
| 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