Skip to content

Commit

Permalink
fix: docs linting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmmcgivern committed Sep 19, 2023
1 parent 54a3f8a commit 0ab4f63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/install/validation/integration_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ type configType struct {
// Validate an integration using its <integrationName>-config.yml
// by iterating over the defined integrations and running the
// integration command with its defined environment variables.

// <integrationName>-config.yml is determined to be valid if every
// defined integration exits without error (exits with exit code 0).

// The <integrationName>-config.yml is located in the
// default configuration directory, which may vary by GOOS.
func ValidateIntegration(integrationName string) (string, error) {
Expand Down Expand Up @@ -77,7 +75,6 @@ func ValidateIntegration(integrationName string) (string, error) {
// Reads and unmarshals an <integrationName>-config.yml from the
// given configPath, returning a configType{} containing the
// defined integrations and their respective environments.

// Returns an empty configType{} and an error if:
// - The file does not exist
// - The file can not be read
Expand Down

0 comments on commit 0ab4f63

Please sign in to comment.