|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100` |
3 | | -# on 2024-01-05 21:03:44 UTC using RuboCop version 1.57.2. |
| 3 | +# on 2025-06-09 03:21:47 UTC using RuboCop version 1.76.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 |
@@ -30,6 +30,15 @@ Layout/DotPosition: |
30 | 30 | - 'spec/lib/http_spec.rb' |
31 | 31 | - 'spec/support/http_handling_shared.rb' |
32 | 32 |
|
| 33 | +# Offense count: 3 |
| 34 | +# This cop supports safe autocorrection (--autocorrect). |
| 35 | +# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings. |
| 36 | +# URISchemes: http, https |
| 37 | +Layout/LineLength: |
| 38 | + Exclude: |
| 39 | + - 'lib/http/chainable.rb' |
| 40 | + - 'spec/lib/http/options/proxy_spec.rb' |
| 41 | + |
33 | 42 | # Offense count: 206 |
34 | 43 | # This cop supports safe autocorrection (--autocorrect). |
35 | 44 | # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces. |
@@ -143,7 +152,7 @@ RSpec/AnyInstance: |
143 | 152 | Exclude: |
144 | 153 | - 'spec/lib/http/client_spec.rb' |
145 | 154 |
|
146 | | -# Offense count: 4 |
| 155 | +# Offense count: 3 |
147 | 156 | # This cop supports unsafe autocorrection (--autocorrect-all). |
148 | 157 | RSpec/BeEq: |
149 | 158 | Exclude: |
@@ -189,7 +198,7 @@ RSpec/DescribeMethod: |
189 | 198 |
|
190 | 199 | # Offense count: 136 |
191 | 200 | # This cop supports unsafe autocorrection (--autocorrect-all). |
192 | | -# Configuration parameters: SkipBlocks, EnforcedStyle. |
| 201 | +# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants. |
193 | 202 | # SupportedStyles: described_class, explicit |
194 | 203 | RSpec/DescribedClass: |
195 | 204 | Exclude: |
@@ -242,13 +251,6 @@ RSpec/ExpectInHook: |
242 | 251 | - 'spec/lib/http/connection_spec.rb' |
243 | 252 | - 'spec/lib/http/request/writer_spec.rb' |
244 | 253 |
|
245 | | -# Offense count: 1 |
246 | | -# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. |
247 | | -# Include: **/*_spec*rb*, **/spec/**/* |
248 | | -RSpec/FilePath: |
249 | | - Exclude: |
250 | | - - 'spec/regression_specs.rb' |
251 | | - |
252 | 254 | # Offense count: 6 |
253 | 255 | # Configuration parameters: Max, AllowedIdentifiers, AllowedPatterns. |
254 | 256 | RSpec/IndexedLet: |
@@ -417,12 +419,3 @@ Style/OptionalBooleanParameter: |
417 | 419 | Style/ZeroLengthPredicate: |
418 | 420 | Exclude: |
419 | 421 | - 'lib/http/features/auto_deflate.rb' |
420 | | - |
421 | | -# Offense count: 3 |
422 | | -# This cop supports safe autocorrection (--autocorrect). |
423 | | -# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. |
424 | | -# URISchemes: http, https |
425 | | -Layout/LineLength: |
426 | | - Exclude: |
427 | | - - 'lib/http/chainable.rb' |
428 | | - - 'spec/lib/http/options/proxy_spec.rb' |
0 commit comments