From 970214afffe19ad470ff4d5712e04d9bac7d01c0 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 17 Jul 2021 07:24:51 +0500 Subject: [PATCH] metadata/pkgcheck.conf: disable some checks UnstableOnlyCheck and RedundantVersionCheck are useless as the regulations state: > 4. Packages in GURU are to have ~arch keywords. > Stable keywords must not be used Signed-off-by: Anna (cybertailor) Vyalkova --- metadata/pkgcheck.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 metadata/pkgcheck.conf diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf new file mode 100644 index 0000000000..8a2418f84e --- /dev/null +++ b/metadata/pkgcheck.conf @@ -0,0 +1,2 @@ +[DEFAULT] +checks = -UnstableOnlyCheck,-RedundantVersionCheck