We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65af02a + 32f273d commit c488691Copy full SHA for c488691
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