ignore static.go

This commit is contained in:
Seán C McCord 2018-05-16 23:10:01 -04:00
parent a325dbeddd
commit 1aa80b71e6

View file

@ -13,7 +13,7 @@ pipeline:
- dep ensure
- go generate
- gometalinter --install
- gometalinter --skip static.go --vendor ./...
- gometalinter -e static.go --vendor ./...
- go build
publish:
image: plugins/docker:17.05