Skip to content

Commit

Permalink
Merge branch 'master' into delete-options
Browse files Browse the repository at this point in the history
  • Loading branch information
grantr committed Sep 6, 2018
2 parents 7571dae + 2d4d049 commit bea55bf
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 @@ -39,7 +39,6 @@ gometalinter.v2 --disable-all \
--enable=errcheck \
--enable=varcheck \
--enable=goconst \
--enable=gosec \
--enable=unparam \
--enable=ineffassign \
--enable=nakedret \
Expand All @@ -53,5 +52,6 @@ gometalinter.v2 --disable-all \
--skip=atomic \
./pkg/...
# TODO: Enable these as we fix them to make them pass
# --enable=gosec \
# --enable=maligned \
# --enable=safesql \

0 comments on commit bea55bf

Please sign in to comment.