Skip to content

feat: add custom-analyzer cmd #5079

feat: add custom-analyzer cmd

feat: add custom-analyzer cmd #5079

Triggered via pull request July 22, 2024 15:00
Status Success
Total duration 34s
Artifacts

golangci_lint.yaml

on: pull_request
golangci-lint
24s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

1 error
golangci-lint: pkg/customAnalyzer/docker/docker.go#L55
[golangci] reported by reviewdog 🐶 Error return value of `io.Copy` is not checked (errcheck) Raw Output: pkg/customAnalyzer/docker/docker.go:55:10: Error return value of `io.Copy` is not checked (errcheck) io.Copy(os.Stdout, out) ^