Skip to content

Commit 67309db

Browse files
committed
Ignore more ShellCheck rules that flag how we load relative files.
1 parent ebba87c commit 67309db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

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

5151
check:
52-
shellcheck --exclude SC2034 --exclude SC2154 share/$(NAME)/*.sh bin/*
52+
shellcheck --exclude SC2034 \
53+
--exclude SC2154 \
54+
--exclude SC1090 \
55+
--exclude SC1091 \
56+
share/$(NAME)/*.sh bin/*
5357

5458
lint:
5559
# Check dependencies are consistent for truffleruby/truffleruby-graalvm

0 commit comments

Comments
 (0)