Skip to content

Commit

Permalink
disable metalinter goimports because it is broken (failing on files t…
Browse files Browse the repository at this point in the history
…hat haven't changed their imports)
  • Loading branch information
pwittrock committed Dec 22, 2018
1 parent 8409bdd commit dbb3b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ gometalinter.v2 --disable-all \
--enable=structcheck \
--enable=golint \
--enable=deadcode \
--enable=goimports \
--enable=errcheck \
--enable=varcheck \
--enable=goconst \
Expand All @@ -52,6 +51,7 @@ gometalinter.v2 --disable-all \
--skip=atomic \
./pkg/...
# TODO: Enable these as we fix them to make them pass
# --enable=goimports \
# --enable=gosec \
# --enable=maligned \
# --enable=safesql \
Expand Down

0 comments on commit dbb3b7c

Please sign in to comment.