From 394afb3c3b97ec4db28b19c27539c4d653f22e5b Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 6 Feb 2023 22:10:57 +0100 Subject: [PATCH] Makefile: check-package should use the ignore list For now, we need to ignore a number of check-package warning checks. Signed-off-by: Thomas Petazzoni --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49ee4ff119..4880b426b5 100644 --- a/Makefile +++ b/Makefile @@ -1257,7 +1257,8 @@ check-flake8: | xargs -- python3 -m flake8 --statistics check-package: - $(Q)./utils/check-package `git ls-tree -r --name-only HEAD` + $(Q)./utils/check-package `git ls-tree -r --name-only HEAD` \ + --ignore-list=$(TOPDIR)/.checkpackageignore .PHONY: .checkpackageignore .checkpackageignore: