commit: 970214afffe19ad470ff4d5712e04d9bac7d01c0 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Jul 17 02:24:51 2021 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Jul 17 04:42:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=970214af
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 <cyber+gentoo <AT> sysrq.in> metadata/pkgcheck.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf new file mode 100644 index 000000000..8a2418f84 --- /dev/null +++ b/metadata/pkgcheck.conf @@ -0,0 +1,2 @@ +[DEFAULT] +checks = -UnstableOnlyCheck,-RedundantVersionCheck
