| Server IP : 188.151.22.197 / Your IP : 216.73.217.74 Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5 System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /opt/gitlab/embedded/service/gitlab-rails/gems/gitlab-http/ |
Upload File : |
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-10-17 10:49:08 UTC using RuboCop version 1.67.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 6
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/AddRuntimeDependency:
Exclude:
- 'gitlab-http.gemspec'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity, Include.
# Include: **/*.gemspec
Gemspec/DeprecatedAttributeAssignment:
Exclude:
- 'gitlab-http.gemspec'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Categories, ExpectedOrder.
# ExpectedOrder: module_inclusion, constants, public_class_methods, initializer, public_methods, protected_methods, private_methods
Layout/ClassStructure:
Exclude:
- 'lib/gitlab/http_v2/client.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Lint/RedundantCopDisableDirective:
Exclude:
- 'lib/net_http/connect_patch.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
RSpec/BeEq:
Exclude:
- 'spec/gitlab/http_v2/new_connection_adapter_spec.rb'
# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: be, be_nil
RSpec/BeNil:
Exclude:
- 'spec/gitlab/http_v2/domain_allowlist_entry_spec.rb'
- 'spec/gitlab/http_v2/ip_allowlist_entry_spec.rb'
- 'spec/gitlab/http_v2/new_connection_adapter_spec.rb'
# Offense count: 1
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always_allow, single_line_only, disallow
RSpec/ExampleWithoutDescription:
Exclude:
- 'spec/gitlab/http_v2/url_blocker_spec.rb'
# Offense count: 12
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
# SupportedStyles: always, named_only
RSpec/NamedSubject:
Exclude:
- 'spec/gitlab/http_v2/new_connection_adapter_spec.rb'
- 'spec/gitlab/http_v2/url_blocker_spec.rb'
# Offense count: 24
# This cop supports safe autocorrection (--autocorrect).
RSpec/RedundantPredicateMatcher:
Exclude:
- 'spec/gitlab/http_v2/domain_allowlist_entry_spec.rb'
- 'spec/gitlab/http_v2/ip_allowlist_entry_spec.rb'
# Offense count: 4
RSpec/RemoveConst:
Exclude:
- 'spec/gitlab/http_v2_spec.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantInterpolationUnfreeze:
Exclude:
- 'lib/net_http/connect_patch.rb'