]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
Makefile: rename shellcheck target to check
authorOmar Sandoval <osandov@fb.com>
Wed, 25 Apr 2018 22:57:10 +0000 (15:57 -0700)
committerOmar Sandoval <osandov@fb.com>
Wed, 25 Apr 2018 22:57:10 +0000 (15:57 -0700)
Signed-off-by: Omar Sandoval <osandov@fb.com>
Makefile

index e78d6c8445264a79c7e7ebc3181ec8cd11aa39ee..c41d42cf5f0ac11df4054ed56a1fdb64acf90229 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ clean:
 # how to write shell scripts.
 SHELLCHECK_EXCLUDE := SC1090,SC2034,SC2119,SC2154,SC2209
 
-shellcheck:
+check:
        shellcheck -x -e $(SHELLCHECK_EXCLUDE) -f gcc check new common/* tests/*/[0-9]*[0-9]
 
-.PHONY: all shellcheck
+.PHONY: all check