commit:     65856dea6ad5fb1d2769ed5e674b7d1420b8bbbd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 16:13:08 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 16:14:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=65856dea

pkgcheck2html: Enable warning on EmptyFile

 pkgcheck2html/pkgcheck2html.conf.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkgcheck2html/pkgcheck2html.conf.json 
b/pkgcheck2html/pkgcheck2html.conf.json
index 590c8ff..e68c852 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -15,6 +15,7 @@
     "DeprecatedEclass": "", 
     "DoubleEmptyLine": "warn", 
     "DroppedKeywords": "", 
+    "EmptyFile": "warn", 
     "ExecutableFile": "", 
     "Glep31Violation": "warn", 
     "InvalidPN": "err", 

Reply via email to