From 58dce04c9db336e29efbae75128cf90abcfefdff Mon Sep 17 00:00:00 2001 From: Anton Fischl Date: Tue, 23 Jan 2024 04:40:07 +0100 Subject: [PATCH] metadata/pkgcheck.conf: no EmptyGlobalAssignment: most ebuilds don't have BDEPEND Signed-off-by: Anton Fischl --- metadata/pkgcheck.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf index 11cf1980..be1de1f6 100644 --- a/metadata/pkgcheck.conf +++ b/metadata/pkgcheck.conf @@ -4,4 +4,4 @@ profiles = default/linux/amd64/17.1/icinga,default/linux/amd64/17.1/no-multilib/ checksets = all checks = -GitCommitMessageCheck exit = error,warning,style -keywords = -RedundantVersion,-NonsolvableDepsInStable +keywords = -RedundantVersion,-NonsolvableDepsInStable,-EmptyGlobalAssignment