aboutsummaryrefslogtreecommitdiff
path: root/beku_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'beku_test.go')
-rw-r--r--beku_test.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/beku_test.go b/beku_test.go
index e3ac977..209f630 100644
--- a/beku_test.go
+++ b/beku_test.go
@@ -22,13 +22,13 @@ const (
testPkgNotExist = "github.com/shuLhan/notexist"
)
-var ( // nolint: gochecknoglobals
- testEnv *Env
- testGitPkgCur *Package
- testGitPkgNew *Package
- testGitPkgInstall *Package
+var (
+ testEnv *Env //nolint: gochecknoglobals
+ testGitPkgCur *Package //nolint: gochecknoglobals
+ testGitPkgNew *Package //nolint: gochecknoglobals
+ testGitPkgInstall *Package //nolint: gochecknoglobals
- testGitRepoSrcLocal = "/testdata/beku_test.git"
+ testGitRepoSrcLocal = "/testdata/beku_test.git" //nolint: gochecknoglobals
)
func TestMain(m *testing.M) {