diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-06-06 05:25:23 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-06-06 05:25:42 +0700 |
| commit | b1133f25df3ec38b503e1ea6129ea6b3397968bb (patch) | |
| tree | 53a2c6755c6a2e0d9ed13b84603e5b8bcd2e3ee0 /lib/ints64/ints64_test.go | |
| parent | 8661178b08ce640d7c24aec8465802e4d5160e2a (diff) | |
| download | pakakeh.go-b1133f25df3ec38b503e1ea6129ea6b3397968bb.tar.xz | |
all: use default linter options
Diffstat (limited to 'lib/ints64/ints64_test.go')
| -rw-r--r-- | lib/ints64/ints64_test.go | 4 |
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}, |
