Open
Description
Your feature request related to a problem? Please describe.
The no-empty-http-proxy
linter ensures instances of http.Transport
always have their Proxy
-field set in order to respect the system proxy settings (by using the HTTP_PROXY
, et al. env vars)
https://github.com/stbenjam/no-empty-http-proxy
Describe the solution you'd like.
—
Describe alternatives you've considered.
—
Additional context.
No response