You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, errors.New("A label was generated with empty name, please check your configuration.")
27
-
}
28
-
29
-
// Check uniqueness of labels
30
-
if_, ok:=seen[result.Name]; ok {
31
-
returnnil, fmt.Errorf("The label %q was generated multiple times, please check your configuration. Hint: If you use [compute] label type, you can use the 'uniq()' function (example: '| uniq()')", result.Name)
returnnil, errors.New("A label was generated with empty name, please check your configuration.")
50
+
}
51
+
52
+
// Check uniqueness of labels
53
+
if_, ok:=seen[result.Name]; ok {
54
+
returnnil, fmt.Errorf("The label %q was generated multiple times, please check your configuration. Hint: If you use [compute] label type, you can use the 'uniq()' function (example: '| uniq()')", result.Name)
0 commit comments