Skip to content

Major: Tests/Optimizition/Rename #82

Major: Tests/Optimizition/Rename

Major: Tests/Optimizition/Rename #82

Triggered via pull request June 16, 2024 11:07
Status Success
Total duration 1m 57s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors
analyze (go): core/task/command.go#L70
Error return value of `connection.Disconnect` is not checked (errcheck)
analyze (go): config/validators.go#L100
cyclomatic complexity 16 of func `(*Task).Validate` is high (> 15) (gocyclo)
analyze (go): core/common/hooked_test.go#L25
var `exe` is unused (unused)
analyze (go): core/cmd_connection/docker_create.go#L24
field `imageName` is unused (unused)
analyze (go): core/task/get.go#L23
field `cancel` is unused (unused)
analyze (go): core/task/helper.go#L35
func `flushFailedConnections` is unused (unused)
analyze (go): core/task/get.go#L62
response body must be closed (bodyclose)
analyze (go): core/task/post.go#L80
response body must be closed (bodyclose)
analyze (go): config/validators.go#L210
S1002: should omit comparison to bool constant, can be simplified to `s.OnInit` (gosimple)
analyze (go): core/os_credential/unix_credential.go#L3
ST1000: at least one file in a package should have a package comment (stylecheck)