Skip to content

Commit 5568521

Browse files
fix: lint issues
Change package for test to 'util_test' and add dot-import for the main package.
1 parent a5a2db5 commit 5568521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kustomize/commands/internal/util/configmapSecretFlagsAndArgs_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// Copyright 2019 The Kubernetes Authors.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package util
4+
package util_test
55

66
import (
77
"reflect"
88
"testing"
99

1010
"github.com/stretchr/testify/require"
11+
. "sigs.k8s.io/kustomize/kustomize/v5/commands/internal/util"
1112
"sigs.k8s.io/kustomize/kyaml/filesys"
1213
)
1314

0 commit comments

Comments
 (0)