Commit 8ab422b Sergio Andres Virviescas Santana
committed
1 parent 1690b4b commit 8ab422b Copy full SHA for 8ab422b
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
- gochecknoglobals
7
7
- testpackage
8
8
- goerr113
9
+ - exhaustivestruct
10
+ - paralleltest
9
11
- nolintlint
Original file line number Diff line number Diff line change 25
25
include :
26
26
- stage : lint
27
27
script :
28
- - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30 .0
28
+ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.35 .0
29
29
- golangci-lint run
30
30
31
31
- stage : cross compilation
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ func Test_New(t *testing.T) { //nolint:funlen
48
48
tt := test
49
49
50
50
t .Run (tt .name , func (t * testing.T ) {
51
+ t .Helper ()
52
+
51
53
ctx := new (atreugo.RequestCtx )
52
54
ctx .RequestCtx = new (fasthttp.RequestCtx )
53
55
You can’t perform that action at this time.
0 commit comments