commit: 367a75c7bfc5c85731436ae4a471b1a46083e31b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 20:09:03 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 20:09:03 2017 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=367a75c7
pkgcheck: Make UnnecessaryManifest fatal
pkgcheck2html/pkgcheck2html.conf.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pkgcheck2html/pkgcheck2html.conf.json
b/pkgcheck2html/pkgcheck2html.conf.json
index f05b34f..a701cf9 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -23,5 +23,6 @@
"UnstatedIUSE": "err",
"MetadataError": "err",
"WrongIndentFound": "err",
- "UnknownLicenses": "err"
+ "UnknownLicenses": "err",
+ "UnnecessaryManifest": "err"
}