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: Mon, 19 Jun 2017 16:14:26
Message-Id: 1497888846.65856dea6ad5fb1d2769ed5e674b7d1420b8bbbd.mgorny@gentoo
1 commit: 65856dea6ad5fb1d2769ed5e674b7d1420b8bbbd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:13:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 16:14:06 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=65856dea
7
8 pkgcheck2html: Enable warning on EmptyFile
9
10 pkgcheck2html/pkgcheck2html.conf.json | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/pkgcheck2html/pkgcheck2html.conf.json b/pkgcheck2html/pkgcheck2html.conf.json
14 index 590c8ff..e68c852 100644
15 --- a/pkgcheck2html/pkgcheck2html.conf.json
16 +++ b/pkgcheck2html/pkgcheck2html.conf.json
17 @@ -15,6 +15,7 @@
18 "DeprecatedEclass": "",
19 "DoubleEmptyLine": "warn",
20 "DroppedKeywords": "",
21 + "EmptyFile": "warn",
22 "ExecutableFile": "",
23 "Glep31Violation": "warn",
24 "InvalidPN": "err",