Skip to content

Commit d9cc74a

Browse files
committed
disable staticcheck as it's latest version breaks this repo
1 parent 91fcc77 commit d9cc74a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ before_install:
99
- sudo apt install openvswitch-switch
1010
- sudo ovs-vsctl add-br ovsbr0
1111
- go get github.com/golang/lint/golint
12-
- go get honnef.co/go/tools/cmd/staticcheck
1312
- go get -d ./...
1413
script:
1514
- ./scripts/licensecheck.sh
1615
- go build -tags=gofuzz ./...
1716
- go vet ./...
18-
- staticcheck ./...
1917
- ./scripts/gofmt.sh
2018
- ./scripts/golint.sh
2119
- go test -race ./...

0 commit comments

Comments
 (0)