Merge commit '336f826a6f47c1648ea37d4dc891a4134d8df246' into prow-update-master

This commit is contained in:
Patrick Ohly
2021-01-26 21:10:05 +01:00
15 changed files with 476 additions and 32 deletions

View File

@@ -275,3 +275,16 @@ test-shellcheck:
.PHONY: check-go-version-%
check-go-version-%:
./release-tools/verify-go-version.sh "$*"
# Test for spelling errors.
.PHONY: test-spelling
test-spelling:
@ echo; echo "### $@:"
@ ./release-tools/verify-spelling.sh "$(pwd)"
# Test the boilerplates of the files.
.PHONY: test-boilerplate
test-boilerplate:
@ echo; echo "### $@:"
@ ./release-tools/verify-boilerplate.sh "$(pwd)"