We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edb6f23 + 5e55841 commit cedd3cbCopy full SHA for cedd3cb
Makefile
@@ -302,7 +302,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root
302
303
vendor:
304
@echo "$(WHALE) $@"
305
- @vndr -whitelist github.com/urfave/cli/autocomplete/
+ @vndr
306
307
help: ## this help
308
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort
0 commit comments