aboutsummaryrefslogtreecommitdiff
path: root/lib/ints64/ints64_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ints64/ints64_test.go')
-rw-r--r--lib/ints64/ints64_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ints64/ints64_test.go b/lib/ints64/ints64_test.go
index 0cdeea63..ee31f109 100644
--- a/lib/ints64/ints64_test.go
+++ b/lib/ints64/ints64_test.go
@@ -11,7 +11,6 @@ import (
"github.com/shuLhan/share/lib/test"
)
-//nolint:gochecknoglobals
var (
d = [][]int64{
{},
@@ -258,7 +257,6 @@ func TestSortByIndex(t *testing.T) {
}
}
-//nolint:gochecknoglobals,dupl
var ints64InSorts = [][]int64{
{9, 8, 7, 6, 5, 4, 3},
{9, 8, 7, 6, 5, 4, 3, 2, 1, 0},
@@ -279,7 +277,6 @@ var ints64InSorts = [][]int64{
62},
}
-//nolint:gochecknoglobals,dupl
var ints64ExpSorts = [][]int64{
{3, 4, 5, 6, 7, 8, 9},
{0, 1, 2, 3, 4, 5, 6, 7, 8, 9},
@@ -300,7 +297,6 @@ var ints64ExpSorts = [][]int64{
79},
}
-//nolint:gochecknoglobals,dupl
var ints64ExpSortsDesc = [][]int64{
{9, 8, 7, 6, 5, 4, 3},
{9, 8, 7, 6, 5, 4, 3, 2, 1, 0},