We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e965e commit 89861c0Copy full SHA for 89861c0
hack/check-everything.sh
@@ -66,6 +66,7 @@ function fetch_kb_tools {
66
header_text "using tools"
67
68
which gometalinter.v2
69
+which dep
70
fetch_kb_tools
71
setup_envs
72
hack/verify.sh
@@ -55,3 +55,6 @@ gometalinter.v2 --disable-all \
55
# --enable=gosec \
56
# --enable=maligned \
57
# --enable=safesql \
58
+
59
+header_text "running dep check"
60
+dep check
0 commit comments