Skip to content

Commit a5eb209

Browse files
committed
Add abstract rule for checking for shell script linters
1 parent 94acece commit a5eb209

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tools/make/lib/lint/shell/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ include $(TOOLS_MAKE_LIB_DIR)/lint/shell/shellcheck.mk
2424

2525
# RULES #
2626

27+
#/
28+
# Checks whether shell script linters are installed.
29+
#
30+
# @private
31+
#
32+
# @example
33+
# make check-shell-linters
34+
#/
35+
check-shell-linters: check-shellcheck
36+
37+
.PHONY: check-shell-linters
38+
2739
#/
2840
# Lints shell script files.
2941
#

0 commit comments

Comments
 (0)