ignore golint currently

This commit is contained in:
Lunny Xiao 2019-01-20 10:49:06 +08:00
parent 5247ac82eb
commit 3546c77c76
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ jobs:
- run: go build -v
- run: go get -u github.com/wadey/gocovmerge
- run: golint ./...
- run: go test -v -race -db="sqlite3" -conn_str="./test.db" -coverprofile=coverage1-1.txt -covermode=atomic
- run: go test -v -race -db="sqlite3" -conn_str="./test.db" -cache=true -coverprofile=coverage1-2.txt -covermode=atomic