Skip to content

Commit

Permalink
Removed unused NoopStackConfigValidator function
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Oct 20, 2022
1 parent 67ea578 commit 950c070
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions sdk/go/common/workspace/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@ func DefaultStackConfigValidator() StackConfigValidator {
}
}

func NoopStackConfigValidator() StackConfigValidator {
return func(
stackName string,
projectConfigKey string,
projectConfigType ProjectConfigType,
stackValue config.Value,
dec config.Decrypter) error {
return nil
}
}

func ValidateStackConfigAndMergeProjectConfig(
stackName string,
project *Project,
Expand Down

0 comments on commit 950c070

Please sign in to comment.