Merge pull request #3782 from mrueg/vndr-autocompl

Makefile: Drop vndr whitelist
This commit is contained in:
Michael Crosby 2019-10-28 11:28:36 -04:00 committed by GitHub
commit cedd3cb16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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