Skip to content

Commit d005c1a

Browse files
committed
Exclude the SC2154 rule since many shell variables are defined in other files.
1 parent b2db3ce commit d005c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ clean:
4949
rm -f $(PKG) $(SIG)
5050

5151
check:
52-
shellcheck --exclude SC2034 share/$(NAME)/*.sh bin/*
52+
shellcheck --exclude SC2034 --exclude SC2154 share/$(NAME)/*.sh bin/*
5353

5454
lint:
5555
# Check dependencies are consistent for truffleruby/truffleruby-graalvm

0 commit comments

Comments
 (0)