[Intel-gfx] [maintainer-tools PATCH 29/30] qf: Add it to shellcheck part of make check.

Rodrigo Vivi rodrigo.vivi at intel.com
Mon Aug 21 20:11:19 UTC 2017


Now that all of our issues caught by shellcheck are fixed
let's add qf to shellcheck part of make check so any
further change is protected by this cool shell scan tool.

Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Cc: Jani Nikula <jani.nikula at intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7cb22d2b1e06..10ec80f0a85f 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ SC_EXCLUDE := \
 	-e SC2143
 
 shellcheck:
-	shellcheck $(SC_EXCLUDE) dim bash_completion
+	shellcheck $(SC_EXCLUDE) dim bash_completion qf
 
 mancheck:
 	@for cmd in $$(./dim list-commands); do \
-- 
2.13.2



More information about the Intel-gfx mailing list