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 <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
---
 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

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to