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 all web references from cdep #265

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

merge master

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

Remove all web references from cdep #265

merge master
4ccce8f
Select commit
Loading
Failed to load commit list.
GitHub Actions / GolangCI Linter failed Sep 18, 2024 in 0s

reviewdog [GolangCI Linter] report

reported by reviewdog 🐶

Findings (1)

tools/cdep/cdep.go|9| File is not goimports-ed (goimports)

Filtered Findings (0)

Annotations

Check failure on line 9 in tools/cdep/cdep.go

See this annotation in the file changed.

@github-actions github-actions / GolangCI Linter

[GolangCI Linter] tools/cdep/cdep.go#L9

File is not `goimports`-ed (goimports)
Raw output
tools/cdep/cdep.go:9: File is not `goimports`-ed (goimports)
	"config_not_on_master":      "Your config repo is not on master, please swap your HEAD back to master.",
	"frozen_without_commit":     "We found a resource where the config is locked, but no commit is specified.",
	"frozen":                    "The resource you're trying to update is currently frozen.",
	"nothing_changed":           "Running this tool has resulted in no change.",
	"unknown_environment":       "You've provided an environment that does not exist in the provided system.",
	"unknown_system":            "You've provided a system that does not exist.",
	"unknown_type":              "You're trying to update something this tool cannot handle.",
	"working_copy_dirty":        "Your config repo working copy is dirty, please clean it up and try again.",