commit: 8c104c01366a741028bfc99d887cbee3c979222a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 16:25:22 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 16:25:56 2017 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=8c104c01
pkgcheck: Make UnknownLicenses issue 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 f9c597e..f05b34f 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -22,5 +22,6 @@
"NoFinalNewline": "err",
"UnstatedIUSE": "err",
"MetadataError": "err",
- "WrongIndentFound": "err"
+ "WrongIndentFound": "err",
+ "UnknownLicenses": "err"
}