Skip to content

Update OWNERS

Update OWNERS #111

Triggered via push January 19, 2024 12:57
Status Failure
Total duration 2m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/httpapi/api.go#L270
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
lint: pkg/httpapi/api.go#L361
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
lint: pkg/httpapi/api.go#L286
SA4031: this nil check is never true (staticcheck)
lint: pkg/httpapi/api.go#L233
SA4031(related information): this is one of the value of app (staticcheck)
lint: pkg/httpapi/api.go#L280
SA4031(related information): this is one of the value of app (staticcheck)
lint: pkg/httpapi/api.go#L377
SA4031: this nil check is never true (staticcheck)
lint: pkg/httpapi/api.go#L321
SA4031(related information): this is one of the value of app (staticcheck)
lint: pkg/git/client_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: pkg/gitfs/gitfs_test.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: pkg/health/health_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/