Skip to content

Commit 33c43b3

Browse files
Add skipcq directive to suppress DeepSource TLS warning
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b322041 commit 33c43b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepsource/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func New(cp ClientOpts) (*Client, error) {
7272
if cp.InsecureSkipVerify {
7373
base = &http.Transport{
7474
TLSClientConfig: &tls.Config{
75-
InsecureSkipVerify: true, //nolint:gosec // user-requested for self-signed certs
75+
InsecureSkipVerify: true, //nolint:gosec //skipcq:GSC-G402 // user-requested for self-signed certs
7676
MinVersion: tls.VersionTLS12,
7777
},
7878
}

0 commit comments

Comments
 (0)