Skip to content

Commit 21f0624

Browse files
committed
feat - lint
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
1 parent 799bd69 commit 21f0624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/analyzers/overlapping.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2727
)
2828

29-
func RunOverlappingAnalyzer(ctx context.Context, clientSets *k8sutil.ClientSets, name, namespace string) error {
29+
func RunOverlappingAnalyzer(ctx context.Context, clientSets *k8sutil.ClientSets, _, namespace string) error {
3030
var monitorsListErrs []string
3131

3232
serviceMonitors, err := clientSets.MClient.MonitoringV1().ServiceMonitors(namespace).List(ctx, metav1.ListOptions{})

0 commit comments

Comments
 (0)