Skip to content

Commit

Permalink
correcting lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gizas committed Mar 27, 2024
1 parent c68f69f commit b651a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/hints.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func checkSupportedHints(actualannotation, key string, allSupportedHints []strin
}

// checkSupportedHintsSets gest the data_streams or metricset lists that are defined. Searches inside specific list and returns the unsupported list of hints found
// This fucntion will merge the incorrect hints found in metricsets of data_streams with rest incorrect hints
// This function will merge the incorrect hints found in metricsets of data_streams with rest incorrect hints
func checkSupportedHintsSets(annotations mapstr.M, prefix, stream, kind string, allSupportedHints, incorrecthints []string) []string {
var incorrecthint string

Expand Down

0 comments on commit b651a15

Please sign in to comment.