Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused network policy as well #133

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

added Test_determiner_determineDeletionNetworkPolicy

0900497
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

remove unused network policy as well #133

added Test_determiner_determineDeletionNetworkPolicy
0900497
Select commit
Loading
Failed to load commit list.
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)