We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65af02a commit 32f273dCopy full SHA for 32f273d
internal/client/client.go
@@ -26,7 +26,6 @@ func NewClient(url string, rt http.RoundTripper) *Client {
26
}
27
28
29
-// nolint: gosec
30
func (c *Client) Connect() error {
31
cfg, err := api.NewClient(api.Config{
32
Address: c.URL,
0 commit comments