Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(*): add linter #135

Closed
wants to merge 2 commits into from
Closed

build(*): add linter #135

wants to merge 2 commits into from

Conversation

garrappachc
Copy link
Member

No description provided.

@garrappachc garrappachc self-assigned this Jan 5, 2024
Copy link
Contributor

github-actions bot commented Jan 5, 2024

Hadolint: success

./packages/tf2-mge/Dockerfile:6 DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
./packages/tf2-mge/Dockerfile:12 SC3009 warning: In POSIX sh, brace expansion is undefined.

Copy link
Contributor

github-actions bot commented Jan 5, 2024

Hadolint: success

./packages/tf2-dm/Dockerfile:6 DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
./packages/tf2-dm/Dockerfile:31 SC3009 warning: In POSIX sh, brace expansion is undefined.

Copy link
Contributor

github-actions bot commented Jan 5, 2024

Hadolint: success

./packages/tf2-sourcemod/Dockerfile:6 DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.

Copy link
Contributor

github-actions bot commented Jan 5, 2024

Hadolint: success

./packages/tf2-competitive/Dockerfile:6 DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
./packages/tf2-competitive/Dockerfile:58 SC3009 warning: In POSIX sh, brace expansion is undefined.

Copy link
Contributor

github-actions bot commented Jan 5, 2024

Hadolint: success

./packages/tf2-base/Dockerfile:4 DL3003 warning: Use WORKDIR to switch to a directory
./packages/tf2-base/Dockerfile:4 DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
./packages/tf2-base/Dockerfile:4 DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
./packages/tf2-base/Dockerfile:19 DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
./packages/tf2-base/Dockerfile:19 DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
./packages/tf2-base/Dockerfile:55 DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
./packages/tf2-base/Dockerfile:59 SC2059 info: Don't use variables in the printf format string. Use printf '..%s..' "$foo".

@garrappachc garrappachc deleted the setup-hadolint branch July 22, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant