We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ea97c commit 4203db1Copy full SHA for 4203db1
hack/lint-dependencies.sh
@@ -84,9 +84,5 @@ if [[ -n "${unused}" ]]; then
84
echo "${unused}" | xargs -L 1 echo 'GO111MODULE=on go mod edit -dropreplace'
85
fi
86
87
-if [[ -n "${unused}${outdated}" ]]; then
88
- rc=1
89
-fi
90
-
91
echo "All pinned versions of checked dependencies match their preferred version."
92
exit $rc
0 commit comments