Aller au contenu
login
arrow_backRetour aux issues
Koded0214h/ship-it #13

Unused cfg parameter in cmd/deploy.go buildPlanMarkdown

ecoDébutant good first issue

descriptionDescription

`buildPlanMarkdown(plan *ai.DeploymentPlan, cfg *config.Config)` in `cmd/deploy.go` doesn't use `cfg` (flagged by `go vet`/staticcheck as an unused parameter). Either use it (e.g. include the target host/app name in the rendered plan) or drop the parameter. Small, self-contained cleanup — good first PR.
codeOuvre sur GitHub