Project

General

Profile

« Previous | Next » 

Revision b5eca9b3

Added by Michael Moll almost 6 years ago

Fixes #23962 - Fix Style/ExpandPathArguments cop

View differences:

lib/foreman/http_proxy.rb
end
end
require_dependency File.expand_path('../http_proxy/excon_connection_extension', __FILE__)
require_dependency File.expand_path('../http_proxy/net_http_extension', __FILE__)
require_dependency File.expand_path('../http_proxy/rest_client_extension', __FILE__)
require_dependency File.expand_path('http_proxy/excon_connection_extension', __dir__)
require_dependency File.expand_path('http_proxy/net_http_extension', __dir__)
require_dependency File.expand_path('http_proxy/rest_client_extension', __dir__)

Also available in: Unified diff