Skip to content

Commit 32f273d

Browse files
committed
Remove nolint
1 parent 65af02a commit 32f273d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/client/client.go

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func NewClient(url string, rt http.RoundTripper) *Client {
2626
}
2727
}
2828

29-
// nolint: gosec
3029
func (c *Client) Connect() error {
3130
cfg, err := api.NewClient(api.Config{
3231
Address: c.URL,

0 commit comments

Comments
 (0)