Skip to content

Commit

Permalink
chore: add nolint for skip lint
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Jul 4, 2023
1 parent 9ee47c9 commit 13b013f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shardingsphere-operator/pkg/kubernetes/pod/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
package pod

import (
// appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
// metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

// PodBuilder represents the configuration of a pod
// nolint:gocritic
type PodBuilder interface {
SetName(name string) PodBuilder
SetNamespace(namespace string) PodBuilder
Expand Down

0 comments on commit 13b013f

Please sign in to comment.