Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: pkgcheck2html/
Date: Mon, 19 Jun 2017 18:45:40
Message-Id: 1497897915.795ad0b4f01bbb95f3e802a1699f4eb02ea3036a.mgorny@gentoo
1 commit: 795ad0b4f01bbb95f3e802a1699f4eb02ea3036a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 18:44:33 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 18:45:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=795ad0b4
7
8 conf: Warn about ComplexRequiredUse
9
10 pkgcheck2html/pkgcheck2html.conf.json | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/pkgcheck2html/pkgcheck2html.conf.json b/pkgcheck2html/pkgcheck2html.conf.json
14 index e68c852..9b5a705 100644
15 --- a/pkgcheck2html/pkgcheck2html.conf.json
16 +++ b/pkgcheck2html/pkgcheck2html.conf.json
17 @@ -9,6 +9,7 @@
18 "CatMetadataXmlInvalidCatRef": "err",
19 "CatMetadataXmlInvalidPkgRef": "err",
20 "CatMissingMetadataXml": "warn",
21 + "ComplexRequiredUse": "warn",
22 "ConflictingChksums": "err",
23 "CrappyDescription": "warn",
24 "DeprecatedEAPI": "",