8000
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 8989211 commit cf1912aCopy full SHA for cf1912a
.github/workflows/coder.yaml
@@ -52,6 +52,8 @@ jobs:
52
- uses: actions/checkout@v3
53
- name: Run ShellCheck
54
uses: ludeeus/action-shellcheck@1.1.0
55
+ env:
56
+ SHELLCHECK_OPTS: --external-sources
57
with:
58
ignore: node_modules
59
Makefile
@@ -71,7 +71,7 @@ lint/go:
71
# Use shfmt to determine the shell files, takes editorconfig into consideration.
72
lint/shellcheck: $(shell shfmt -f .)
73
@echo "--- shellcheck"
74
- shellcheck -x $(shell shfmt -f .)
+ shellcheck --external-sources $(shell shfmt -f .)
75
76
peerbroker/proto/peerbroker.pb.go: peerbroker/proto/peerbroker.proto
77
protoc \
0 commit comments