|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2020-09-23 14:11:08 UTC using RuboCop version 0.91.1. |
| 3 | +# on 2025-02-27 09:58:25 UTC using RuboCop version 1.73.0. |
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: 3 |
| 10 | +# Configuration parameters: EnforcedStyle, AllowedGems, Include. |
| 11 | +# SupportedStyles: Gemfile, gems.rb, gemspec |
| 12 | +# Include: **/*.gemspec, **/Gemfile, **/gems.rb |
| 13 | +Gemspec/DevelopmentDependencies: |
| 14 | + Exclude: |
| 15 | + - 'solidus_easypost.gemspec' |
| 16 | + |
9 | 17 | # Offense count: 1 |
| 18 | +Lint/DuplicateMethods: |
| 19 | + Exclude: |
| 20 | + - 'lib/solidus_easypost.rb' |
| 21 | + |
| 22 | +# Offense count: 1 |
| 23 | +# Configuration parameters: IgnoredMetadata. |
10 | 24 | RSpec/DescribeClass: |
11 | 25 | Exclude: |
12 | | - - 'spec/features/**/*' |
13 | 26 | - 'spec/integration/order_shipping_spec.rb' |
14 | 27 |
|
15 | | -# Offense count: 3 |
| 28 | +# Offense count: 1 |
| 29 | +RSpec/LetSetup: |
| 30 | + Exclude: |
| 31 | + - 'spec/controllers/spree/admin/postage_labels_controller_spec.rb' |
| 32 | + |
| 33 | +# Offense count: 13 |
16 | 34 | RSpec/MultipleExpectations: |
17 | 35 | Max: 3 |
18 | 36 |
|
19 | 37 | # Offense count: 4 |
| 38 | +# Configuration parameters: AllowSubject. |
| 39 | +RSpec/MultipleMemoizedHelpers: |
| 40 | + Max: 6 |
| 41 | + |
| 42 | +# Offense count: 3 |
20 | 43 | # Configuration parameters: EnforcedStyle. |
21 | 44 | # SupportedStyles: scientific, engineering, integral |
22 | 45 | Style/ExponentialNotation: |
23 | 46 | Exclude: |
24 | 47 | - 'spec/integration/checkout_spec.rb' |
25 | 48 |
|
26 | 49 | # Offense count: 1 |
| 50 | +# Configuration parameters: AllowedMethods. |
| 51 | +# AllowedMethods: respond_to_missing? |
27 | 52 | Style/OptionalBooleanParameter: |
28 | 53 | Exclude: |
29 | 54 | - 'lib/solidus_easypost/estimator.rb' |
30 | 55 |
|
31 | | -# Offense count: 3 |
32 | | -# Cop supports --auto-correct. |
33 | | -# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
| 56 | +# Offense count: 2 |
| 57 | +# This cop supports safe autocorrection (--autocorrect). |
| 58 | +# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings. |
34 | 59 | # URISchemes: http, https |
35 | 60 | Layout/LineLength: |
36 | | - Max: 137 |
| 61 | + Max: 130 |
0 commit comments