README.md: bump checkout action to latest version v4 (#20) #36
code_quality.yml
on: push
runner / shellcheck
4s
runner / hadolint
4s
runner / misspell
8s
runner / alex
28s
Annotations
18 warnings and 5 notices
[hadolint] Dockerfile#L6 <DL3013>(https://github.com/hadolint/hadolint/wiki/DL3013):
Dockerfile#L6
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
[hadolint] Dockerfile#L6 <DL3042>(https://github.com/hadolint/hadolint/wiki/DL3042):
Dockerfile#L6
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
[shellcheck] entrypoint.sh#L10 <ShellCheck.SC2206>:
entrypoint.sh#L10
Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
|
[shellcheck] entrypoint.sh#L12 <ShellCheck.SC2206>:
entrypoint.sh#L12
Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
|
[shellcheck] entrypoint.sh#L12 <ShellCheck.SC2206>:
entrypoint.sh#L12
Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
|
[shellcheck] entrypoint.sh#L14 <ShellCheck.SC2206>:
entrypoint.sh#L14
Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
|
[shellcheck] entrypoint.sh#L49 <ShellCheck.SC2048>:
entrypoint.sh#L49
Use "${array[@]}" (with quotes) to prevent whitespace problems.
|
[alex] CONTRIBUTING.md#L3:
CONTRIBUTING.md#L3
`easy` may be insensitive, try not to use it easy retext-equality
|
[alex] CONTRIBUTING.md#L13:
CONTRIBUTING.md#L13
`host` may be insensitive, use `presenter`, `entertainer`, `emcee` instead host-hostess retext-equality
|
[alex] CONTRIBUTING.md#L32:
CONTRIBUTING.md#L32
`easy` may be insensitive, try not to use it easy retext-equality
|
[alex] README.md#L9:
README.md#L9
Reconsider using `black`, it may be profane black retext-profanities
|
[alex] README.md#L9:
README.md#L9
Reconsider using `black`, it may be profane black retext-profanities
|
[alex] README.md#L11:
README.md#L11
Reconsider using `black`, it may be profane black retext-profanities
|
[alex] README.md#L11:
README.md#L11
Reconsider using `black`, it may be profane black retext-profanities
|
[alex] README.md#L15:
README.md#L15
Reconsider using `black`, it may be profane black retext-profanities
|
[alex] README.md#L35:
README.md#L35
Reconsider using `Black`, it may be profane black retext-profanities
|
[alex] README.md#L39:
README.md#L39
Reconsider using `black`, it may be profane black retext-profanities
|
[alex] README.md#L45:
README.md#L45
Reconsider using `black`, it may be profane black retext-profanities
|
[hadolint] Dockerfile#L6 <SC1091>(https://github.com/koalaman/shellcheck/wiki/SC1091):
Dockerfile#L6
Not following: File not included in mock.
|
[shellcheck] entrypoint.sh#L56 <ShellCheck.SC2086>:
entrypoint.sh#L56
Double quote to prevent globbing and word splitting.
|
[shellcheck] entrypoint.sh#L74 <ShellCheck.SC2086>:
entrypoint.sh#L74
Double quote to prevent globbing and word splitting.
|
[shellcheck] entrypoint.sh#L76 <ShellCheck.SC2086>:
entrypoint.sh#L76
Double quote to prevent globbing and word splitting.
|
[shellcheck] entrypoint.sh#L87 <ShellCheck.SC2086>:
entrypoint.sh#L87
Double quote to prevent globbing and word splitting.
|