From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98E9F139085 for ; Sat, 14 Jan 2017 16:26:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9DC323407C; Sat, 14 Jan 2017 16:26:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5C8A23407C for ; Sat, 14 Jan 2017 16:26:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35892340F2A for ; Sat, 14 Jan 2017 16:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEEE826F1 for ; Sat, 14 Jan 2017 16:25:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1484411156.8c104c01366a741028bfc99d887cbee3c979222a.mgorny@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: pkgcheck2html/ X-VCS-Repository: proj/qa-scripts X-VCS-Files: pkgcheck2html/pkgcheck2html.conf.json X-VCS-Directories: pkgcheck2html/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c104c01366a741028bfc99d887cbee3c979222a X-VCS-Branch: master Date: Sat, 14 Jan 2017 16:25:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 36695586-88f0-42d3-9788-25881982b9b3 X-Archives-Hash: aa9449672d08f3ac387980642a142a2f commit: 8c104c01366a741028bfc99d887cbee3c979222a Author: Michał Górny gentoo org> AuthorDate: Sat Jan 14 16:25:22 2017 +0000 Commit: Michał Górny gentoo 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" }