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: Fri, 04 Aug 2017 21:50:23
Message-Id: 1501883407.fa2a8d953bf059ab933202d58371f91a4d666882.mgorny@gentoo
1 commit: fa2a8d953bf059ab933202d58371f91a4d666882
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 4 21:50:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 21:50:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=fa2a8d95
7
8 pkgcheck2html: Start enabling GLEP73 warnings
9
10 pkgcheck2html/pkgcheck2html.conf.json | 6 +++++-
11 1 file changed, 5 insertions(+), 1 deletion(-)
12
13 diff --git a/pkgcheck2html/pkgcheck2html.conf.json b/pkgcheck2html/pkgcheck2html.conf.json
14 index ed0fc30..de4384d 100644
15 --- a/pkgcheck2html/pkgcheck2html.conf.json
16 +++ b/pkgcheck2html/pkgcheck2html.conf.json
17 @@ -9,7 +9,6 @@
18 "CatMetadataXmlInvalidCatRef": "warn",
19 "CatMetadataXmlInvalidPkgRef": "warn",
20 "CatMissingMetadataXml": "warn",
21 - "ComplexRequiredUse": "warn",
22 "ConflictingChksums": "err",
23 "CrappyDescription": "warn",
24 "DeprecatedEAPI": "",
25 @@ -18,6 +17,11 @@
26 "DroppedKeywords": "",
27 "EmptyFile": "warn",
28 "ExecutableFile": "",
29 + "GLEP73BackAlteration": "",
30 + "GLEP73Conflict": "",
31 + "GLEP73Immutability": "",
32 + "GLEP73SelfConflicting": "warn",
33 + "GLEP73Syntax": "warn",
34 "Glep31Violation": "warn",
35 "InvalidPN": "err",
36 "InvalidUtf8": "err",