X Tutup
Skip to content

Commit cedd3cb

Browse files
Merge pull request containerd#3782 from mrueg/vndr-autocompl
Makefile: Drop vndr whitelist
2 parents edb6f23 + 5e55841 commit cedd3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root
302302

303303
vendor:
304304
@echo "$(WHALE) $@"
305-
@vndr -whitelist github.com/urfave/cli/autocomplete/
305+
@vndr
306306

307307
help: ## this help
308308
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort

0 commit comments

Comments
 (0)
X Tutup