commit: 966ad972586ef4e18fe1cecab2854e4889e4a303
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 09:53:46 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 13 09:53:46 2017 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=966ad972
pkgcheck2html: Make empty line reports fatal
pkgcheck2html/pkgcheck2html.conf.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pkgcheck2html/pkgcheck2html.conf.json
b/pkgcheck2html/pkgcheck2html.conf.json
index 91410a9..459ed9a 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -27,5 +27,7 @@
"UnnecessaryManifest": "err",
"MissingLicense": "err",
"UnknownCategories": "err",
- "PkgMissingMetadataXml": "err"
+ "PkgMissingMetadataXml": "err",
+ "DoubleEmptyLine": "err",
+ "TrailingEmptyLine": "err"
}