Set up linting for Dockerfile/Markdown/shell #1
Annotations
2 warnings
Lint:
.devcontainer/openmage/docker-entrypoint.sh#L15
[shellcheck] reported by reviewdog 🐶
Expansions inside ${..} need to be quoted separately, otherwise they match as patterns.
Raw Output:
./.devcontainer/openmage/docker-entrypoint.sh:15:26: info: Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. (ShellCheck.SC2295)
|
Lint:
.devcontainer/openmage/docker-entrypoint.sh#L16
[shellcheck] reported by reviewdog 🐶
Expansions inside ${..} need to be quoted separately, otherwise they match as patterns.
Raw Output:
./.devcontainer/openmage/docker-entrypoint.sh:16:28: info: Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. (ShellCheck.SC2295)
|