enable some more linters

This commit is contained in:
Michael McLoughlin
2018-12-05 00:49:12 -08:00
parent fa18d7229f
commit 00c50be004
4 changed files with 29 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
language: go
go:
- 1.11.1
install:
- ./script/bootstrap
script:
- ./script/lint
- go test ./...