commit: fa2a8d953bf059ab933202d58371f91a4d666882
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 4 21:50:07 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 4 21:50:07 2017 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=fa2a8d95
pkgcheck2html: Start enabling GLEP73 warnings
pkgcheck2html/pkgcheck2html.conf.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pkgcheck2html/pkgcheck2html.conf.json
b/pkgcheck2html/pkgcheck2html.conf.json
index ed0fc30..de4384d 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -9,7 +9,6 @@
"CatMetadataXmlInvalidCatRef": "warn",
"CatMetadataXmlInvalidPkgRef": "warn",
"CatMissingMetadataXml": "warn",
- "ComplexRequiredUse": "warn",
"ConflictingChksums": "err",
"CrappyDescription": "warn",
"DeprecatedEAPI": "",
@@ -18,6 +17,11 @@
"DroppedKeywords": "",
"EmptyFile": "warn",
"ExecutableFile": "",
+ "GLEP73BackAlteration": "",
+ "GLEP73Conflict": "",
+ "GLEP73Immutability": "",
+ "GLEP73SelfConflicting": "warn",
+ "GLEP73Syntax": "warn",
"Glep31Violation": "warn",
"InvalidPN": "err",
"InvalidUtf8": "err",