remove unused network policy as well #69
GitHub Actions / golangci
succeeded
Dec 30, 2024 in 1s
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (6)
pkg/prompt/prompt.go|6 col 8| undeclared name: survey
(typecheck)
pkg/prompt/prompt.go|11 col 12| undeclared name: survey
(typecheck)
pkg/prompt/prompt.go|3 col 8| "github.com/AlecAivazis/survey/v2" imported but not used (typecheck)
pkg/cmd/cmd.go|368 col 16| r.Out undefined (type *runner has no field or method Out) (typecheck)
pkg/cmd/cmd.go|372 col 16| r.ErrOut undefined (type *runner has no field or method ErrOut) (typecheck)
pkg/cmd/cmd.go|376 col 35| r.Out undefined (type *runner has no field or method Out) (typecheck)
Loading