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 7277677 commit 49bad47Copy full SHA for 49bad47
Dockerfile.precommit
@@ -30,5 +30,8 @@ RUN pip install --break-system-packages yamllint
30
# CodeSpell
31
RUN pip install --break-system-packages codespell
32
33
+# Shellcheck
34
+RUN pip install --break-system-packages shellcheck-py
35
+
36
# Golangci-lint
37
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
0 commit comments