diff --git a/.drone.yml b/.drone.yml index c07af9e..4ca9f7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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