|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2021-09-14 13:25:06 UTC using RuboCop version 1.20.0. |
| 3 | +# on 2024-07-02 19:48:59 UTC using RuboCop version 1.64.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: 6 |
10 |
| -# Configuration parameters: CountAsOne. |
11 |
| -RSpec/ExampleLength: |
12 |
| - Max: 8 |
| 9 | +# Offense count: 11 |
| 10 | +# Configuration parameters: EnforcedStyle, AllowedGems, Include. |
| 11 | +# SupportedStyles: Gemfile, gems.rb, gemspec |
| 12 | +# Include: **/*.gemspec, **/Gemfile, **/gems.rb |
| 13 | +Gemspec/DevelopmentDependencies: |
| 14 | + Exclude: |
| 15 | + - 'rpi_auth.gemspec' |
13 | 16 |
|
14 | 17 | # Offense count: 1
|
15 |
| -# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. |
16 |
| -# Include: **/*_spec*rb*, **/spec/**/* |
17 |
| -RSpec/FilePath: |
18 |
| - Exclude: |
19 |
| - - 'spec/rpi_auth/models/authenticatable_spec.rb' |
| 18 | +# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. |
| 19 | +Metrics/AbcSize: |
| 20 | + Max: 23 |
20 | 21 |
|
21 | 22 | # Offense count: 7
|
22 |
| -RSpec/MultipleExpectations: |
| 23 | +# Configuration parameters: CountAsOne. |
| 24 | +RSpec/ExampleLength: |
23 | 25 | Max: 8
|
24 | 26 |
|
25 |
| -# Offense count: 1 |
26 |
| -RSpec/NestedGroups: |
| 27 | +# Offense count: 20 |
| 28 | +RSpec/MultipleExpectations: |
27 | 29 | Max: 4
|
| 30 | + |
| 31 | +# Offense count: 8 |
| 32 | +# Configuration parameters: AllowSubject. |
| 33 | +RSpec/MultipleMemoizedHelpers: |
| 34 | + Max: 6 |
| 35 | + |
| 36 | +# Offense count: 10 |
| 37 | +# Configuration parameters: AllowedGroups. |
| 38 | +RSpec/NestedGroups: |
| 39 | + Max: 5 |
| 40 | + |
| 41 | +# Offense count: 1 |
| 42 | +# Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata. |
| 43 | +# Include: **/*_spec.rb |
| 44 | +RSpec/SpecFilePathFormat: |
| 45 | + Exclude: |
| 46 | + - 'spec/rpi_auth/models/authenticatable_spec.rb' |
0 commit comments