Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: pkgcheck2html/
Date: Tue, 08 Aug 2017 21:33:11
Message-Id: 1502227983.bbaef4313cbf7c962b957410535e1efadfc65b64.mgorny@gentoo
1 commit: bbaef4313cbf7c962b957410535e1efadfc65b64
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 8 21:33:03 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 21:33:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=bbaef431
7
8 pkgcheck2html.conf.json: Make GLEP73Immutability a warning
9
10 pkgcheck2html/pkgcheck2html.conf.json | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/pkgcheck2html/pkgcheck2html.conf.json b/pkgcheck2html/pkgcheck2html.conf.json
14 index de4384d..7e11ace 100644
15 --- a/pkgcheck2html/pkgcheck2html.conf.json
16 +++ b/pkgcheck2html/pkgcheck2html.conf.json
17 @@ -19,7 +19,7 @@
18 "ExecutableFile": "",
19 "GLEP73BackAlteration": "",
20 "GLEP73Conflict": "",
21 - "GLEP73Immutability": "",
22 + "GLEP73Immutability": "warn",
23 "GLEP73SelfConflicting": "warn",
24 "GLEP73Syntax": "warn",
25 "Glep31Violation": "warn",