Skip to content

Commit 4f343a0

Browse files
author
Ubuntu
committed
add lint
1 parent c6ef814 commit 4f343a0

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
@@ -15,7 +15,7 @@ script:
1515
#test
1616
- go test ./... -test.bench=".*" -test.benchtime 100ms -v -coverprofile c.out
1717
#lint
18-
- gometalinter --enable=golint --enable=vet --enable=gofmt ./...
18+
- gometalinter --disable-all --enable=golint --enable=vet --enable=gofmt ./...
1919
- gofmt -s -l .
2020

2121
before_script:

0 commit comments

Comments
 (0)