commit: d3eb0f2aea8396a3d436fb1e96d5c77d7a66e5e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 12:12:30 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 11 12:12:30 2017 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=d3eb0f2a
pkgcheck2html.conf.json: Include more errors
pkgcheck2html/pkgcheck2html.conf.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pkgcheck2html/pkgcheck2html.conf.json
b/pkgcheck2html/pkgcheck2html.conf.json
index d9b7edc..91410a9 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -25,5 +25,7 @@
"WrongIndentFound": "err",
"UnknownLicenses": "err",
"UnnecessaryManifest": "err",
- "MissingLicense": "err"
+ "MissingLicense": "err",
+ "UnknownCategories": "err",
+ "PkgMissingMetadataXml": "err"
}