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 6FCE51396D0 for ; Tue, 8 Aug 2017 21:33:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6391E0E7B; Tue, 8 Aug 2017 21:33:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5980E0E7B for ; Tue, 8 Aug 2017 21:33:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C40563418CC for ; Tue, 8 Aug 2017 21:33:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6656075D1 for ; Tue, 8 Aug 2017 21:33:08 +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: <1502227983.bbaef4313cbf7c962b957410535e1efadfc65b64.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: bbaef4313cbf7c962b957410535e1efadfc65b64 X-VCS-Branch: master Date: Tue, 8 Aug 2017 21:33:08 +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: 5352a593-9dbf-46bb-a4ea-74da9cd583ed X-Archives-Hash: 2c4a42879659ae017e0ac29cafad5b73 commit: bbaef4313cbf7c962b957410535e1efadfc65b64 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 8 21:33:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 8 21:33:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=bbaef431 pkgcheck2html.conf.json: Make GLEP73Immutability a warning pkgcheck2html/pkgcheck2html.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgcheck2html/pkgcheck2html.conf.json b/pkgcheck2html/pkgcheck2html.conf.json index de4384d..7e11ace 100644 --- a/pkgcheck2html/pkgcheck2html.conf.json +++ b/pkgcheck2html/pkgcheck2html.conf.json @@ -19,7 +19,7 @@ "ExecutableFile": "", "GLEP73BackAlteration": "", "GLEP73Conflict": "", - "GLEP73Immutability": "", + "GLEP73Immutability": "warn", "GLEP73SelfConflicting": "warn", "GLEP73Syntax": "warn", "Glep31Violation": "warn",