Skip to content

feat: terminal ui rendering #331

feat: terminal ui rendering

feat: terminal ui rendering #331

Triggered via pull request May 5, 2024 12:19
@M0Rf30M0Rf30
synchronize #66
feat/pterm
Status Success
Total duration 32s
Artifacts

reviewdog.yml

on: pull_request
runner / golangci-lint
23s
runner / golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

5 errors
[golangci] pkg/utils/utils.go#L79: pkg/utils/utils.go#L79
Error return value of `progressBar.Stop` is not checked (errcheck)
[golangci] pkg/utils/utils.go#L56: pkg/utils/utils.go#L56
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"download failed: %s\", err)" (err113)
[golangci] pkg/source/source.go#L69: pkg/source/source.go#L69
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unsupported source type\")" (err113)
[golangci] pkg/source/source.go#L199: pkg/source/source.go#L199
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unsupported hash length: %d\", len(src.Hash))" (err113)
[golangci] pkg/source/source.go#L216: pkg/source/source.go#L216
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"hash verification failed: %s\", src.SourceItemPath)" (err113)