Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gauron99 committed Dec 13, 2023
1 parent 5e12c00 commit c5ca049
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -672,16 +672,13 @@ func (c deployConfig) Prompt() (deployConfig, error) {
return c, err
}

// TODO: just forget validate in general (more code you remove from this - the better)
// Validate the config passes an initial consistency check
func (c deployConfig) Validate(cmd *cobra.Command) (err error) {
// Bubble validation
if err = c.buildConfig.Validate(); err != nil {
return
}

// TODO: gauron99 move this to a useful spot instead (wherever its used)

// Check Image Digest was included
// (will be set on the function during .Configure)
var digest bool
Expand Down

0 comments on commit c5ca049

Please sign in to comment.