Skip to content

Commit ed5e49e

Browse files
committed
Makefile.in: Add the Coverity Scan script to the shellcheck target
[skip ci]
1 parent 178aa79 commit ed5e49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,4 +569,4 @@ depend:
569569
@$(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
570570

571571
shellcheck:
572-
shellcheck -f gcc -e SC2006 build.sh build_matrix.sh build_common.sh
572+
shellcheck -f gcc -e SC2006 build.sh build_matrix.sh build_common.sh .ci-coverity-scan-build.sh

0 commit comments

Comments
 (0)