Skip to content

Commit

Permalink
update: add back nolint check
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Jun 27, 2024
1 parent 1f96f61 commit 208caee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/plugins/addLabelsplugin.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package plugins

import (
"sigs.k8s.io/kustomize/api/builtins"
"sigs.k8s.io/kustomize/api/builtins" //nolint:staticcheck // Remove after package update
"sigs.k8s.io/kustomize/api/types"
"sigs.k8s.io/kustomize/kyaml/resid"

Expand Down
2 changes: 1 addition & 1 deletion pkg/plugins/namespacePlugin.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package plugins

import (
"sigs.k8s.io/kustomize/api/builtins"
"sigs.k8s.io/kustomize/api/builtins" //nolint:staticcheck // Remove after package update
"sigs.k8s.io/kustomize/api/filters/namespace"
"sigs.k8s.io/kustomize/api/types"
"sigs.k8s.io/kustomize/kyaml/resid"
Expand Down

0 comments on commit 208caee

Please sign in to comment.