Add yamllint to suppress some messages #3
addon-ci.yml
on: push
workflows
/
Gather add-on information
7s
workflows
/
JSON Lint
3s
workflows
/
Shellcheck
4s
workflows
/
YAMLLint
13s
workflows
/
Prettier
6s
Matrix: workflows / build
Annotations
6 errors and 3 warnings
workflows / Prettier
Process completed with exit code 128.
|
workflows / YAMLLint:
.pre-commit-config.yaml#L108
wrong indentation: expected 10 but found 8
|
workflows / YAMLLint:
docker-compose.yml#L71
too many blank lines
|
workflows / Lint Add-on:
haos-addon/config.yaml#L1
Add-on version identifier must be 'dev'
|
workflows / Hadolint:
haos-addon/Dockerfile#L20
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
workflows / Hadolint:
haos-addon/Dockerfile#L20
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
workflows / YAMLLint:
.yamllint.yaml#L1
missing document start "---"
|
workflows / YAMLLint:
.github/workflows/release.yml#L4
truthy value should be one of [false, true]
|
workflows / YAMLLint:
.github/workflows/release-drafter.yml#L4
truthy value should be one of [false, true]
|