Skip to content

Commit

Permalink
chore: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Sep 11, 2024
1 parent 47b8194 commit 5864f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/validator/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func InstallValidatorCommand(c *cfg.Config, tc *cfg.TaskConfig) error {
return nil
}

// ConfigureCommand configures and applies/executes validator plugin rules
// ConfigureCommand configures and applies validator plugin rules
func ConfigureCommand(c *cfg.Config, tc *cfg.TaskConfig) error {
vc, err := configureValidatorConfig(c, tc)
if err != nil {
Expand Down Expand Up @@ -229,7 +229,7 @@ func ConfigureCommand(c *cfg.Config, tc *cfg.TaskConfig) error {
return nil
}

// CheckCommand configures and applies/executes validator plugin rules
// CheckCommand configures and executes validator plugin rules
func CheckCommand(c *cfg.Config, tc *cfg.TaskConfig) error {
if tc.CustomResources != "" {
pluginSpecs, err := readPluginSpecs(tc.CustomResources)
Expand Down

0 comments on commit 5864f71

Please sign in to comment.