aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-14 17:25:22 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-14 17:25:56 +0100
commit8c104c01366a741028bfc99d887cbee3c979222a (patch)
tree845c093ae3dfaa0b73a8898e663525c7e590aab6
parentmaintainer-needed.sh: improve readability with table frames and rules (diff)
downloadqa-scripts-8c104c01366a741028bfc99d887cbee3c979222a.tar.gz
qa-scripts-8c104c01366a741028bfc99d887cbee3c979222a.tar.bz2
qa-scripts-8c104c01366a741028bfc99d887cbee3c979222a.zip
pkgcheck: Make UnknownLicenses issue fatal
-rw-r--r--pkgcheck2html/pkgcheck2html.conf.json3
1 files changed, 2 insertions, 1 deletions
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"
}