@@ -38,8 +38,6 @@ client/testserver/testserver.go:20:6: exported: exported type TestRequestHandler
38
38
client/testserver/testserver.go:46:12: G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
39
39
client/testserver/testserver.go:52:17: Error return value of `server.Serve` is not checked (errcheck)
40
40
client/testserver/testserver.go:117:18: G304: Potential file inclusion via variable (gosec)
41
- client/transport.go:58:1: exported: exported function DefaultTransport should have comment or be unexported (revive)
42
- client/transport.go:62:1: exported: exported function NewTransport should have comment or be unexported (revive)
43
41
cmd/gitlab-shell-authorized-keys-check/main.go:40:14: Error return value of `fmt.Fprintf` is not checked (errcheck)
44
42
cmd/gitlab-shell-authorized-keys-check/main.go:43:13: unnecessary conversion (unconvert)
45
43
cmd/gitlab-shell-authorized-principals-check/command/command.go:1:1: package-comments: should have a package comment (revive)
@@ -236,10 +234,6 @@ internal/command/shared/customaction/customaction_test.go:115:5: go-require: do
236
234
internal/command/shared/customaction/customaction_test.go:117:5: go-require: do not use require in http handlers (testifylint)
237
235
internal/command/shared/customaction/customaction_test.go:118:5: go-require: do not use require in http handlers (testifylint)
238
236
internal/command/shared/customaction/customaction_test.go:121:5: go-require: do not use require in http handlers (testifylint)
239
- internal/command/shared/disallowedcommand/disallowedcommand.go:1:1: package-comments: should have a package comment (revive)
240
- internal/command/shared/disallowedcommand/disallowedcommand.go:6:2: exported: exported var Error should have comment or be unexported (revive)
241
- internal/command/uploadarchive/gitalycall_test.go:24:4: S1038: should use t.Logf(...) instead of t.Log(fmt.Sprintf(...)) (gosimple)
242
- internal/command/uploadarchive/gitalycall_test.go:32:4: var-naming: var userId should be userID (revive)
243
237
internal/config/config.go:1:1: package-comments: should have a package comment (revive)
244
238
internal/config/config.go:21:2: G101: Potential hardcoded credentials (gosec)
245
239
internal/config/config.go:24:6: exported: exported type YamlDuration should have comment or be unexported (revive)
0 commit comments