This repository was archived by the owner on Dec 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -160,31 +160,6 @@ test-vendor:
160160@ echo ; echo " ### $@ :"
161161@ ./release-tools/verify-vendor.sh
162162
163- .PHONY : test-subtree
164- test : test-subtree
165- test-subtree :
166- @ echo ; echo " ### $@ :"
167- ./release-tools/verify-subtree.sh release-tools
168-
169- # Components can extend the set of directories which must pass shellcheck.
170- # The default is to check only the release-tools directory itself.
171- TEST_SHELLCHECK_DIRS =release-tools
172- .PHONY : test-shellcheck
173- test : test-shellcheck
174- test-shellcheck :
175- @ echo ; echo " ### $@ :"
176- @ ret=0; \
177- if ! command -v docker; then \
178- echo " skipped, no Docker" ; \
179- exit 0; \
180- fi; \
181- for dir in $(abspath $(TEST_SHELLCHECK_DIRS)); do \
182- echo; \
183- echo "$$dir:"; \
184- ./release-tools/verify-shellcheck.sh "$$dir" || ret=1; \
185- done; \
186- exit $$ret
187-
188163# Targets in the makefile can depend on check-go-version-<path to go binary>
189164# to trigger a warning if the x.y version of that binary does not match
190165# what the project uses. Make ensures that this is only checked once per
You can’t perform that action at this time.
0 commit comments