We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebba87c commit 67309dbCopy full SHA for 67309db
Makefile
@@ -49,7 +49,11 @@ clean:
49
rm -f $(PKG) $(SIG)
50
51
check:
52
- shellcheck --exclude SC2034 --exclude SC2154 share/$(NAME)/*.sh bin/*
+ shellcheck --exclude SC2034 \
53
+ --exclude SC2154 \
54
+ --exclude SC1090 \
55
+ --exclude SC1091 \
56
+ share/$(NAME)/*.sh bin/*
57
58
lint:
59
# Check dependencies are consistent for truffleruby/truffleruby-graalvm
0 commit comments