Makefile: Drop vndr whitelist

Since autocompletions moved to contrib/ in
https://github.com/containerd/containerd/pull/3766

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger 2019-10-28 13:55:49 +01:00
parent aeec80fca1
commit 5e5584196b
No known key found for this signature in database
GPG Key ID: 74D9F74EEAC6A3B1

View File

@ -302,7 +302,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root
vendor:
@echo "$(WHALE) $@"
@vndr -whitelist github.com/urfave/cli/autocomplete/
@vndr
help: ## this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort