[master] 3df0771d3 exclude the curses help generator from flexelint runs

Nils Goroll nils.goroll at uplex.de
Sat Apr 4 13:12:08 UTC 2020


commit 3df0771d3e06420c9f5c82b96ef0943a5d331397
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Apr 4 15:02:23 2020 +0200

    exclude the curses help generator from flexelint runs

diff --git a/bin/varnishstat/flint.sh b/bin/varnishstat/flint.sh
index 631bb1394..67dd342d4 100755
--- a/bin/varnishstat/flint.sh
+++ b/bin/varnishstat/flint.sh
@@ -1,7 +1,10 @@
 #!/bin/sh
 
 FLOPS='
-	*.c
+	varnishstat.c
+	varnishstat_curses.c
+	varnishstat_curses_help.c
+
 	../../lib/libvarnishapi/flint.lnt
 	../../lib/libvarnishapi/*.c
 '


More information about the varnish-commit mailing list