Skip to content

Commit 5727f5b

Browse files
authored
chore(golangci-lint): use inline comment to appease linter (#315)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 1fb0301 commit 5727f5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/cdnsd/main.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import (
1111
"fmt"
1212
"log/slog"
1313
"net/http"
14-
// #nosec G108
15-
_ "net/http/pprof"
14+
_ "net/http/pprof" // #nosec G108
1615
"os"
1716
"time"
1817

0 commit comments

Comments
 (0)