Skip to content

Commit c488691

Browse files
authored
Merge pull request #87 from NETWAYS/chore/cilint
Remove nolint
2 parents 65af02a + 32f273d commit c488691

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)