Skip to content

fix: pin black to 23.11.0 (#19) #33

fix: pin black to 23.11.0 (#19)

fix: pin black to 23.11.0 (#19) #33

Triggered via push December 12, 2023 17:32
Status Success
Total duration 35s
Artifacts

code_quality.yml

on: push
runner / shellcheck
6s
runner / shellcheck
runner / hadolint
4s
runner / hadolint
runner / misspell
8s
runner / misspell
runner / alex
26s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

20 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.
[misspell] CHANGELOG.md#L50: CHANGELOG.md#L50
"occured" is a misspelling of "occurred"
[misspell] CHANGELOG.md#L108: CHANGELOG.md#L108
"occured" is a misspelling of "occurred"
[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#L8: README.md#L8
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
[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.