Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 9e1b0f9

Browse files
committed
[ci] Remove the typecheck pass to work around a golangci-lint upstream bug
golangci/golangci-lint#944
1 parent 33ea9d9 commit 9e1b0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
script:
2121
- go get -v -t -u -d ./...
22-
- golangci-lint run ./... --disable-all -E gosimple -E govet -E ineffassign -E staticcheck -E structcheck -E typecheck -E varcheck
22+
- golangci-lint run ./... --disable-all -E gosimple -E govet -E ineffassign -E staticcheck -E structcheck -E varcheck
2323
- go test -v ./...
2424

2525
before_deploy:

0 commit comments

Comments
 (0)