Skip to content

Commit f84763f

Browse files
committed
shellcheck: Ignore SC2329 check if a function is never invoked
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 687e759 commit f84763f

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
@@ -187,7 +187,7 @@ verify:
187187
done; exit $$rc; \
188188

189189
verify: SHELLCHECK_DIRS = features guess tools $(utils_srcdir)
190-
verify: SHELLCHECK_EXCLUDE = SC1003,SC1090,SC1091,SC2004,SC2006,SC2015,SC2034,SC2086,SC2154,SC2295,SC2317
190+
verify: SHELLCHECK_EXCLUDE = SC1003,SC1090,SC1091,SC2004,SC2006,SC2015,SC2034,SC2086,SC2154,SC2295,SC2317,SC2329
191191

192192
UNITTEST_DIRS = $(sort \
193193
$(foreach 1, guess features runtime mk utils testing, \

0 commit comments

Comments
 (0)