Merge pull request #30 from reviewdog/renovate/peter-evans-create-pul… #45
reviewdog.yml
on: push
runner / shellcheck
5s
runner / hadolint
4s
runner / misspell
14s
Annotations
8 warnings and 1 notice
[hadolint] Dockerfile#L8 <DL3018>(https://github.com/hadolint/hadolint/wiki/DL3018):
Dockerfile#L8
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
[hadolint] Dockerfile#L12 <DL3018>(https://github.com/hadolint/hadolint/wiki/DL3018):
Dockerfile#L12
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
[hadolint] Dockerfile#L15 <DL3013>(https://github.com/hadolint/hadolint/wiki/DL3013):
Dockerfile#L15
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
[hadolint] Dockerfile#L15 <DL3042>(https://github.com/hadolint/hadolint/wiki/DL3042):
Dockerfile#L15
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
[misspell] testdata/subdir/text.md#L1:
testdata/subdir/text.md#L1
"Determinisitic" is a misspelling of "Deterministic"
|
[misspell] testdata/text.md#L1:
testdata/text.md#L1
"Determinisitic" is a misspelling of "Deterministic"
|
[misspell] testdata/text.md#L3:
testdata/text.md#L3
"colour" is a misspelling of "color"
|
[misspell] testdata/text.md#L5:
testdata/text.md#L5
"langauge" is a misspelling of "language"
|
[hadolint] Dockerfile#L12 <DL3019>(https://github.com/hadolint/hadolint/wiki/DL3019):
Dockerfile#L12
Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages
|