[master] 44213be66 Flexelinting

Nils Goroll nils.goroll at uplex.de
Thu Jan 7 17:23:07 UTC 2021


commit 44213be662a6e0b4e3a8dbe760a15a2cea93abda
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jan 7 18:11:45 2021 +0100

    Flexelinting

diff --git a/vmod/flint.lnt b/vmod/flint.lnt
index 34dfed208..4bf457011 100644
--- a/vmod/flint.lnt
+++ b/vmod/flint.lnt
@@ -1,8 +1,11 @@
+/* we always want config.h included even where not actually required */
+-efile(766, config.h)
+
 /*
  * vmod_{blob,directors}
  */
-
 -efile(451, "vmod_*_tbl_*.h")	// No include guard
+-efile(537, "vmod_*_tbl_*.h")	// Repeated include
 
 /*
  * vmod_blob


More information about the varnish-commit mailing list