docker-fedora-cpp/.hadolint.yaml

10 lines
282 B
YAML
Raw Normal View History

ignored:
# DL3039 error: Do not use dnf update.
# image is nightly updated
- DL3039
# DL3041 warning: Specify version with `dnf install -y <package>-<version>`.
- DL3041
2022-03-24 17:21:29 +01:00
# SC3009 warning: In POSIX sh, brace expansion is undefined.
# it actually still works
2022-03-24 17:21:29 +01:00
- SC3009